@carecar-ds/box
Welcome to my Box
component.
Installation
npm i @carecar-ds/box
# or with yarn
yarn add @carecar-ds/box
Then to use the component in your code just import it!
import Box from '@carecar-ds/box';
// and with css-modules
import '@carecar-ds/box/dist/main.css';