0.0.4-canary.29.502.0 • Published 3 years ago

@carecar-ds/core-ui v0.0.4-canary.29.502.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

@carecar-ds/core-ui

This package provides a handful of basic Chakra UI components that more complex components are build up from. You can think of these as atoms of an atomic design system.

Components

The following Chakra UI components are provided:

Installation

npm i @carecar-ds/core-ui
# or with yarn
yarn add @carecar-ds/core-ui

Then to use the component in your code just import it!

import { Box, Code } from '@carecar-ds/core-ui';