Tienson Qin a54b1586b3 fix(mobile): clicking item in left sidebar should close it quickly před 2 měsíci
..
.storybook d9bc7fb61b refactor(ui): remove the radix primitives (#11832) před 6 měsíci
@ 7183bbd2b4 fix(shui): dialog content warning před 6 měsíci
examples d9bc7fb61b refactor(ui): remove the radix primitives (#11832) před 6 měsíci
scripts 8040168d1e Feat: New UI components (#10694) před 1 rokem
src a54b1586b3 fix(mobile): clicking item in left sidebar should close it quickly před 2 měsíci
.gitignore 061700c6b1 enhance(ui): WIP optimization for the shui popup related fundamental components před 1 rokem
.postcssrc 8040168d1e Feat: New UI components (#10694) před 1 rokem
README.md 544c7b5317 fix readme před 1 rokem
components.json 8040168d1e Feat: New UI components (#10694) před 1 rokem
package.json ba39408d8f chore: remove ionic ui před 2 měsíci
tailwind.config.js 630c077c02 Enhance(UX): left sidebar (#11649) před 10 měsíci
tsconfig.json 8040168d1e Feat: New UI components (#10694) před 1 rokem
yarn.lock ba39408d8f chore: remove ionic ui před 2 měsíci

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