dapper-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

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 setup

Update package-lock with the latest dependencies

npm i

Commit

npm run acp

Usage

import { extendTheme } from "@chakra-ui/react";
import { customTheme } from "dapper-ui";

const theme = extendTheme(customTheme);

...

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

Readme

Keywords

none

Package Sidebar

Install

npm i dapper-ui

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

679 kB

Total Files

111

Last publish

Collaborators

  • aeither