dune-react
v0.0.50
Published
A frontend UI component library built with React, Vite, and Storybook.
Readme
dune-react
A frontend UI component library built with React, Vite, and Storybook.
Getting Started
Development
yarn storybookBuild
yarn buildPublish to npm
npm publishUsage
npm install dune-react// Import styles in your entry file (e.g. _app.js)
import 'dune-react/dist/style.css'
// Import components where needed
import { xxx } from 'dune-react'Deploy Storybook to GitHub Pages
Uses @storybook/storybook-deployer.
yarn build-storybook
# Add a .nojekyll file inside the storybook-static folder
yarn deploy-storybook -- --existing-output-dir=storybook-static