1.0.6 • Published 3 years ago

colorfun v1.0.6

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

colorfun

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save colorfun

Usage

import React from 'react'

import { Button } from 'colorfun'

const App = () => {
  return (
    <>
      <Button type='primary'>Primary Button</Button>
      <Button type='default'>Default Button</Button>
      <Button type='dashed'>Dashed Button</Button>
      <Button type='text'>Text Button</Button>
      <Button type='link'>Link Button</Button>
    </>
  )
}

export default App

License

MIT © RIFATozen

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago