Skip to content

Pushpa-The-Rise/React-component-library

Repository files navigation

personal-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save personal-library

Usage

import React from 'react'

import Button from 'personal-library'
import 'personal-library/dist/index.css'

const App = () => {
  return (
    <>
      <Button>Click</Button>
    </>
  )
}

export default App

License

MIT © Pushpa-The-Rise

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published