logseq/packages/ui
charlie e560a11cc2 enhance(ui): polish the page properties area 2024-03-28 17:40:50 +08:00
..
.storybook Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
@ enhance(ui): add shui close button for the property editor 2024-03-27 10:18:38 +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 enhance(ui): polish the page properties area 2024-03-28 17:40:50 +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 enhance(ui): add rtc collabrators online list 2024-03-19 14:30:29 +08: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 enhance(ui): add rtc collabrators online list 2024-03-19 14:30:29 +08: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