twenty/packages/twenty-ui
brendanlaschke ca9cc86742
Storybook fix dark mode (#4865)
preview has now also a dark background & added a one click change theme
button

<img width="994" alt="Bildschirmfoto 2024-04-06 um 18 27 45"
src="https://github.com/twentyhq/twenty/assets/48770548/95f12617-e48f-4492-9b51-13410aff43ee">
2024-04-11 17:28:12 +02:00
..
.storybook Storybook fix dark mode (#4865) 2024-04-11 17:28:12 +02:00
scripts chore: add script to generate twenty-ui barrels before build (#4707) 2024-04-04 12:14:20 +02:00
src 4778 multi select field front implement multi select type (#4887) 2024-04-11 12:57:08 +02:00
.eslintrc.cjs chore: use common eslint config for most packages (#4705) 2024-04-04 12:05:26 +02:00
jest.config.ts chore: setup twenty-ui absolute path alias (#4732) 2024-04-04 15:38:01 +02:00
package.json Release 0.4.0 (#4856) 2024-04-05 18:35:48 +02:00
project.json chore: include react components in twenty-ui test config (#4709) 2024-04-04 12:30:49 +02:00
README.md Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
setupTests.ts chore: include react components in twenty-ui test config (#4709) 2024-04-04 12:30:49 +02:00
tsconfig.json chore: setup twenty-ui absolute path alias (#4732) 2024-04-04 15:38:01 +02:00
tsconfig.lib.json chore: setup twenty-ui absolute path alias (#4732) 2024-04-04 15:38:01 +02:00
tsconfig.spec.json chore: setup twenty-ui absolute path alias (#4732) 2024-04-04 15:38:01 +02:00
tsconfig.storybook.json chore: use common eslint config for most packages (#4705) 2024-04-04 12:05:26 +02:00
vite.config.ts chore: setup twenty-ui absolute path alias (#4732) 2024-04-04 15:38:01 +02:00

Twenty UI

This library was generated with Nx.

Building

Run yarn nx build twenty-ui to build the library.

Storybook Server

Run yarn nx start twenty-ui to start the storybook development server on localhost:6006.

Running unit tests

Run yarn nx test twenty-ui to execute the unit tests via Jest.