1.0.1 • Published 4 years ago
dapper-ui v1.0.1
dapper-ui
Get Started
yarncd examples && npm iDevelopment
Watch styles changes
yarn startInside example
npm run devWorkflow suggestions
Create the desired styles with storybook: yarn storybook and yarn start.
Then stop them and run Inside example npm run dev to start the application.
Notes
Right now use chakra-ui components. Use this custom library only for customTheme.
Publish
- Change the package name to one that is available on npm.
Setup semantic release
npx semantic-release-cli setupUpdate package-lock with the latest dependencies
npm iCommit
npm run acpUsage
import { extendTheme } from "@chakra-ui/react";
import { customTheme } from "dapper-ui";
const theme = extendTheme(customTheme);
...
<ChakraProvider theme={theme}>
<Component {...pageProps} />
</CacheProvider>