1.0.1 • Published 2 years ago

darrien v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Kyles-Component-Library

install prettier Globally - sudo npm install --global prettier

Adding to npm


  1. npm login
  2. make sure to change the package name to what you want your library to be called
  3. npm publish

Using the library locally


  1. go to your project
  2. npm i npm i ../../Kyles-Component-Library

Import

import { Button } from "Kyles-Component-Library"

Using it

<Button color="red" backgroundColor="black" style={{ padding: 35 }} onClick={() => alert('yoo momaaaa')}

Cool Button