gui/modules/ui
Neil 8501fc1765
new next sidebar (#315)
* #314 filter with new sidebar

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-03-21 10:08:03 +08:00
..
.storybook #203 single quote to double quote 2023-02-14 14:31:06 +08:00
scripts #203 single quote to double quote 2023-02-14 14:31:06 +08:00
src new next sidebar (#315) 2023-03-21 10:08:03 +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 #203 single quote to double quote 2023-02-14 14:31:06 +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 #203 single quote to double quote 2023-02-14 14:31:06 +08:00
package.json #209 implement electron-updater (#210) 2023-02-21 21:03:24 +08:00
playwright.config.ts #203 single quote to double quote 2023-02-14 14:31:06 +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 #203 single quote to double quote 2023-02-14 14:31:06 +08:00
tailwind.config.cjs #301 init home page with side nav (#302) 2023-03-16 09:24:48 +08:00
tsconfig.json #92 change /packages/ to /modules/ 2022-12-21 10:02:20 +08:00
vite.config.ts #203 single quote to double quote 2023-02-14 14:31:06 +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