charlie 4738e33555 Merge branch 'master' into feat/db 1 year ago
..
.storybook 8040168d1e Feat: New UI components (#10694) 2 years ago
@ cb4a6701dd Merge branch 'master' into feat/db 1 year ago
examples 8040168d1e Feat: New UI components (#10694) 2 years ago
scripts 8040168d1e Feat: New UI components (#10694) 2 years ago
src 4738e33555 Merge branch 'master' into feat/db 1 year ago
.gitignore 8040168d1e Feat: New UI components (#10694) 2 years ago
.postcssrc 8040168d1e Feat: New UI components (#10694) 2 years ago
README.md 544c7b5317 fix readme 1 year ago
components.json 8040168d1e Feat: New UI components (#10694) 2 years ago
package.json 4dd444effd add and replace toggle and toggle-group 1 year ago
tailwind.config.js 8b668c16ae enhance(ui): polish the accent color of the popover 2 years ago
tsconfig.json 8040168d1e Feat: New UI components (#10694) 2 years ago
yarn.lock 4dd444effd add and replace toggle and toggle-group 1 year 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