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

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