dhasdk-simple-ui-test
v0.0.1
Published
This library was generated with [Nx](https://nx.dev).
Readme
simple-ui
This library was generated with Nx.
Running unit tests
Run nx test simple-ui to execute the unit tests via Vitest.
Notes / To-Do
styles.css import locations + storybook + build
The styles.css file is being imported in two different places,
- the .storybook/preview.ts filew
- the src/index.ts file.
Storybook only recognizes the styles when styles.css is imported via the preview.ts file, but I have left the import inside the index.ts file as I believe that is required to package those styles with a build.
