@agilekit/ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.478-alpha.0 • Public • Published

AgileKit UI

AgileKit UI is a React component library designed to help developers create the best experience for Agile products.

Using the React components

Installation

Run the following command using npm:

npm install @agilekit/ui --save

If you prefer Yarn, use the following command instead:

yarn add @agilekit/ui

Usage

  1. Include any of the provided components in your project:
import { Button, Page, Card, TableList } from '@agilekit/ui';
  1. Tell React to render the element in the DOM:
ReactDOM.render(
  <AppProvider>
    <Page title="My App">
      <Card sectioned>
        <Button onClick={() => alert('Hey clicked!')}>button sample</Button>
      </Card>
    </Page>
  </AppProvider>,
  document.querySelector('#root'),
);

Readme

Keywords

none

Package Sidebar

Install

npm i @agilekit/ui

Weekly Downloads

34

Version

0.0.478-alpha.0

License

MIT

Unpacked Size

1.72 MB

Total Files

734

Last publish

Collaborators

  • alcustodio
  • michaelalves
  • douglasncon
  • mk.felipe