logseq/packages/ui
dependabot[bot] e43248ad0e chore(deps): bump ip from 2.0.0 to 2.0.1 in /packages/ui
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 18:15:40 +08:00
..
.storybook Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
@ enhance(ui): polish the shortcut label 2024-01-15 11:21:03 +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): support compatible classical CSS vars 2024-02-08 11:39: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 Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
components.json Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
package.json Feat: New UI components (#10694) 2023-12-26 16:31:37 +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 chore(deps): bump ip from 2.0.0 to 2.0.1 in /packages/ui 2024-03-06 18:15:40 +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-stories

# 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