0.1.2 • Published 2 years ago

jolism v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Demo component

To use JoliCard in React:

  1. npm i jolism
  2. 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"