charlie c953fb7925 enhance(ui): dom attributes warning 9 months ago
..
.storybook 8040168d1e Feat: New UI components (#10694) 1 year ago
@ c953fb7925 enhance(ui): dom attributes warning 9 months ago
examples 8040168d1e Feat: New UI components (#10694) 1 year ago
scripts 8040168d1e Feat: New UI components (#10694) 1 year ago
src dbb84f0327 Merge branch 'feat/db' into refactor/tag-as-type 10 months ago
.gitignore 061700c6b1 enhance(ui): WIP optimization for the shui popup related fundamental components 1 year ago
.postcssrc 8040168d1e Feat: New UI components (#10694) 1 year ago
README.md 544c7b5317 fix readme 1 year ago
components.json 8040168d1e Feat: New UI components (#10694) 1 year ago
package.json 2599b45768 Merge branch 'feat/db' into refactor/tag-as-type 10 months ago
tailwind.config.js 630c077c02 Enhance(UX): left sidebar (#11649) 10 months ago
tsconfig.json 8040168d1e Feat: New UI components (#10694) 1 year ago
yarn.lock 2599b45768 Merge branch 'feat/db' into refactor/tag-as-type 10 months ago

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"
    
  2. Set up storybook from the current working directory.

    yarn run watch:storybook
    

Credits

License

MIT