Skip to content

Discovery-Labs/infini-ui

Repository files navigation

dapper-ui

Get Started

yarn
cd examples && npm i

Development

Watch styles changes

yarn start

Inside example

npm run dev

Workflow 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 "@discovery-dao/infini-ui";

...

<ChakraProvider theme={theme}>
    <Component {...pageProps} />
</CacheProvider>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published