Files
firecamp/platform/firecamp-ui

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

  1. ActivityBar (ActivityBar [+], StatusBar [+])
  2. MenuBar [-]
  3. Button (Button [+], CopyButton [+], DocButton [+])
  4. Checkbox [+]
  5. CheckboxGroup [+]
  6. Dropdown [+]
  7. Editor [ ]
  8. FormGroup [-]
  9. Grid [-]
  10. HelpAndSupport [+]
  11. Input [+]
  12. Modal [+]
  13. Popover [-]
  14. ProgressBar [+]
  15. SpitView [-]
  16. Table (BasicTable [+], BulkEditTable [+], MultipartTable [+], ReactTable [+])
  17. Tabs [+]
  18. Toast [-]
  19. FirecampTreeView [-]