colorfun

1.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i colorfun

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

12.4 kB

Total Files

7

Last publish

Collaborators

  • rfatozen