gui/modules/ui
ABevier 6c3be19da2
Prettier (#522)
* Fix Prettier config
2023-04-28 12:14:44 +08:00
..
.storybook Prettier (#522) 2023-04-28 12:14:44 +08:00
scripts Prettier (#522) 2023-04-28 12:14:44 +08:00
src Prettier (#522) 2023-04-28 12:14:44 +08:00
static ui adjustments (#320) 2023-03-21 16:13:33 +08:00
types Prettier (#522) 2023-04-28 12:14:44 +08:00
.eslintignore #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
.eslintrc.cjs Prettier (#522) 2023-04-28 12:14:44 +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 Prettier (#522) 2023-04-28 12:14:44 +08:00
package.json Prettier (#522) 2023-04-28 12:14:44 +08:00
playwright.config.ts Prettier (#522) 2023-04-28 12:14:44 +08:00
postcss.config.cjs Prettier (#522) 2023-04-28 12:14:44 +08:00
README.md #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
svelte.config.js Prettier (#522) 2023-04-28 12:14:44 +08:00
tailwind.config.cjs Prettier (#522) 2023-04-28 12:14:44 +08:00
tsconfig.json Prettier (#522) 2023-04-28 12:14:44 +08:00
vite.config.ts Prettier (#522) 2023-04-28 12:14:44 +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