This component displays a fancy checkbox that can explode when checked
npm install @bamzooka/ui-kit-fancy-checkboxThis component displays a fancy checkbox that can explode when checked
To visualize all the stories created for this lib runnx run shared-ui-kit-fancy-checkbox:storybook
You can use storybook to make develop the lib, any change
made to the code will be reflected in the stories
Run nx test shared-ui-kit-fancy-checkbox to execute the unit tests.
Run nx e2e shared-ui-kit-fancy-checkbox-e2e
The e2e tests are coupled with storybook, stories are created
for this component, then these stories are used to perform some browser
based tests.