@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:
- AspectRatioBox
- Box
- Code
- Divider
- Flex
- Grid
- Heading
- Image
- Link
- List
- PseudoBox
- SimpleGrid
- Spinner
- Stack
- Text
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';