logseq/packages/ui
charlie 4738e33555 Merge branch 'master' into feat/db 2024-02-08 15:15:15 +08:00
..
.storybook Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
@ Merge branch 'master' into feat/db 2024-02-06 14:13:57 +08:00
examples Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
scripts Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
src Merge branch 'master' into feat/db 2024-02-08 15:15:15 +08:00
.gitignore Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
.postcssrc Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
README.md fix readme 2024-01-26 11:17:28 +02:00
components.json Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
package.json add and replace toggle and toggle-group 2024-01-30 12:27:47 +02:00
tailwind.config.js enhance(ui): polish the accent color of the popover 2024-01-03 21:52:16 +08:00
tsconfig.json Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
yarn.lock add and replace toggle and toggle-group 2024-01-30 12:27:47 +02:00

README.md

Logseq UI

Logseq UI components based on shadcn UI.

Development

🎨 Add a new component

It is recommended to install through CLI mode.

npx shadcn-ui@latest add button

🦄 Play with Storybook

  1. Watch shui cljs stories from root scripts.
yarn run cljs:watch-storybook

# cljs:watch-stories: "clojure -M:cljs watch stories-dev"
  1. Set up storybook from the current working directory.
yarn run watch:storybook

Credits

License

MIT