1.0.2 • Published 1 year ago
@vijay8090/react-component-library v1.0.2
Your React Component Library
A brief description of your component library.
Installation
npm install @vijay8090/react-component-library
Usage
import { Button } from '@vijay8090/react-component-library';
function App() {
return <Button label="Click me" onClick={() => console.log('Clicked')} />;
}
Available Components
- Button
- (List other components here)
Documentation
For full documentation, visit your documentation site.
Contributing
Instructions on how to contribute to your project.
License
MIT © Vijayakumar Anbu