Cinderblock is a set of Vue and Tailwind components for quickly setting up admin interfaces.
npm install @teamfurther/cinderblock``npm install @teamfurther/cinderblock --save`
#### Component registration
Import component:
`import { ComponentName } from '@teamfurther/cinderblock';``
#### Usage
For example usages of the different components, check out the sample directory in this repo.