logseq/packages/ui
dependabot[bot] 71ed9020bc chore(deps): bump msgpackr from 1.9.9 to 1.10.1 in /packages/ui
Bumps [msgpackr](https://github.com/kriszyp/msgpackr) from 1.9.9 to 1.10.1.
- [Release notes](https://github.com/kriszyp/msgpackr/releases)
- [Commits](https://github.com/kriszyp/msgpackr/compare/v1.9.9...v1.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 15:11:09 +08:00
..
.storybook Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
@ Feat: New UI components (#10694) 2023-12-26 16:31:37 +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 Feat: New UI components (#10694) 2023-12-26 16:31:37 +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 Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
tsconfig.json Feat: New UI components (#10694) 2023-12-26 16:31:37 +08:00
yarn.lock chore(deps): bump msgpackr from 1.9.9 to 1.10.1 in /packages/ui 2024-01-05 15:11:09 +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