1.0.0-rc.9 • Published 3 years ago

@gdo-bzh/button v1.0.0-rc.9

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

version

button

NPM JavaScript Style Guide

Install

yarn add react @gdo-bzh/system @gdo-bzh/box @xstyled/system @xstyled/styled-components reakit polished styled-components

Usage

import React from 'react'
import { Button } from '@gdo-bzh/button'
import { Icon } from '@gdo-bzh/icon'
import { FaGetPocket } from 'react-icons/fa'

const ButtonExample = () => (
  <Button variant="contained" color="primary">
    simple button
  </Button>
)
const FabExample = () => (
  <Fab color="secondary" size="tiny">
    <Icon Component={FaGetPocket} />
  </Fab>
)

License

MIT © gdo-bzh