twenty/packages/twenty-ui
Danil 235e71ca02
Update backdrop-filter in OverlayBackground.ts (#4436)
* Update backdrop-filter in OverlayBackground.ts

* Fix backdrop-filter in OverlayBackground.ts

* Update opacity of menu item, to be constantly 0

* Fixes

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
2024-03-15 17:19:27 +01:00
..
.storybook Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
src Update backdrop-filter in OverlayBackground.ts (#4436) 2024-03-15 17:19:27 +01:00
.eslintrc.json Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
.gitignore Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
jest.config.ts Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
package.json Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
project.json Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
README.md Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
tsconfig.json Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
tsconfig.lib.json Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
tsconfig.spec.json Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
tsconfig.storybook.json Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
vite.config.ts Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01: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.