0.1.2 • Published 4 years ago
jolism v0.1.2
Demo component
To use JoliCard in React:
- npm i jolism
- import {JoliCard} from 'jolism';
      <JoliCard size={"large"} type="neu">
        some text here
      </JoliCard>size="small" is the default if you don't pass in the props
type="clay" is the default if you don't pass in the props
Variations:
type="clay"
type="glass"
type="neu"
size="small"
size="large"