0.0.22 • Published 4 years ago
shotlight-ui v0.0.22
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.
Usage
import { extendTheme } from "@chakra-ui/react";
import theme from "shotlight-ui";
...
<ChakraProvider theme={theme}>
<Component {...pageProps} />
</CacheProvider>