vega-frontend-monorepo/libs/deal-ticket
Sam Keen f0e4aded3a
Feat / 94 toggle button (#223)
* Toggle button built ui-toolkit

* Rewrote controlled toggle button story without args

* Fixed ts args issue using ComponentStory element

* Wrapped controlled version of buttons in a form for Storybook to stop light and dark theme scope collisions

* More toggle tests

* Update libs/ui-toolkit/src/components/toggle/toggle.stories.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* Displays checked state as text for controlled toggles in storybook

* Used classnames helper

* Added toggle to deal ticket

* Simplified the toggles array type to allow any number of toggles, removing the need for a cast

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
2022-04-20 12:58:50 +01:00
..
src Feat / 94 toggle button (#223) 2022-04-20 12:58:50 +01:00
.babelrc Feat/63 Deal ticket (#82) 2022-03-17 12:35:46 -07:00
.eslintrc.json colocate querys with libs 2022-03-29 15:52:51 -07:00
jest.config.js Feat/63 Deal ticket (#82) 2022-03-17 12:35:46 -07:00
package.json Feat/63 Deal ticket (#82) 2022-03-17 12:35:46 -07:00
project.json Feat/63 Deal ticket (#82) 2022-03-17 12:35:46 -07:00
README.md Feat/63 Deal ticket (#82) 2022-03-17 12:35:46 -07:00
tsconfig.json Feat/63 Deal ticket (#82) 2022-03-17 12:35:46 -07:00
tsconfig.lib.json Feat/63 Deal ticket (#82) 2022-03-17 12:35:46 -07:00
tsconfig.spec.json Feat/63 Deal ticket (#82) 2022-03-17 12:35:46 -07:00

deal-ticket

This library was generated with Nx.

Running unit tests

Run nx test deal-ticket to execute the unit tests via Jest.