1.0.6 • Published 2 years ago

colorfun v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago