Package Exports
- @teamfurther/cinderblock
- @teamfurther/cinderblock/dist/cinderblock.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@teamfurther/cinderblock) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Installation
You can install the package via npm:
npm install @teamfurther/cinderblock --save
Tailwind config
There is a default Tailwind configuration included with this package. In order to enjoy all Cinderblock features, you should copy and extend this config.
Components
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.