0.3.8 • Published 2 years ago

@marcosmoreirasalvini/shared v0.3.8

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

@marcosmoreirasalvini/shared

Kite styles was made using Stitches. Yo can lear the documentation here.

Install

npm install @marcosmoreirasalvini/shared

Usage

import { buttonStyles } from '@marcosmoreirasalvini/shared/components'

class Example extends Component {
  render() {
    return <div className={ buttonStyles({variant: 'primary'})} />
  }
}