1.0.7 • Published 4 years ago

codefries-library v1.0.7

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

codefries-library is a free to use react component library created by CodeFries

Install

$ npm i codefries-library

Usage

import Button from 'codefries-library/dist/components/Button'

//standard react hooks component
const App = () => {
    return (
        <div>
            <!-- 
            Check out the documentation for 
            all parameters
             -->
            <Button theme="primary">Click Me</Button>
        </div>
    )
}

export default App

Maintainers

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago