mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-09 12:27:44 +00:00
ui-kit
TODO: description
Usage
import uiKit from 'ui-kit';
// TODO: DEMONSTRATE API
Run
Run Storybook:
pnpm storybook
Run Jest test cases :
pnpm test
Run the Storybook after running all available test cases:
pnpm start:storybook
By default, a server at localhost:6006 is started.
Storybook Component: with story & test cases
- ActivityBar (ActivityBar [+], StatusBar [+])
- MenuBar [-]
- Button (Button [+], CopyButton [+], DocButton [+])
- Checkbox [+]
- CheckboxGroup [+]
- Dropdown [+]
- Editor [ ]
- FormGroup [-]
- Grid [-]
- HelpAndSupport [+]
- Input [+]
- Modal [+]
- Popover [-]
- ProgressBar [+]
- SpitView [-]
- Table (BasicTable [+], BulkEditTable [+], MultipartTable [+], ReactTable [+])
- Tabs [+]
- Toast [-]
- FirecampTreeView [-]