0.0.1-canary.dcbc384.0 • Published 4 years ago

@carecar-ds/box v0.0.1-canary.dcbc384.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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';