0.0.3 • Published 9 months ago

@biswajitsundara/my-components v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

my-components

This is a simple react component library

How to install

  • Create a react project using (e.g vite)
  • install the package
  npm i @biswajitsundara/my-components

Import the component

  • Import the component
`import {Jumbotron} from '@biswajitsundara/my-components'

Use the component

  • Use the component in App.jsx or any components as below
 <Jumbotron title={"My Website"} text={"Hello App"} button={"Hello"} />

Run the app

If you are using vite then

 npm run dev

License

MIT © Biswajit Sundara

0.0.3

9 months ago

0.0.2

9 months ago

0.0.0

9 months ago

0.0.1

10 months ago