gui/modules/ui
2023-01-06 12:45:13 +08:00
..
.storybook #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
scripts #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
src cleanup and lint 2023-01-06 12:45:13 +08:00
static #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.eslintignore #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.eslintrc.cjs #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.gitignore #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.npmrc #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.prettierignore #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.prettierrc #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
package.json #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
playwright.config.ts #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
postcss.config.cjs #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
README.md #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
svelte.config.js #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
tailwind.config.cjs #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
tsconfig.json #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
vite.config.ts #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00

@tea/ui

Isolated set of UI elements/components that can be reused across all svelte related apps of tea. Components here have to be maintained as much as possible as a dumb/presentational components.

Developing

$ pnpm install # assuming you have not done so

# this will open your browser and show a library of UI elements
$ pnpm dev

How to update icons

  1. update fontastic.me tea-icons, you would probably need tom's credentials
  2. run pnpm update-icons
  3. stage and commit the changes

Todo

[] setup a scaffolding script to make it easier making elements

Design System

This library is dependent on the following