@avinduhewa/ui
v0.1.1
Published
React UI component library
Downloads
5
Maintainers
Readme
@avindu/ui
A modern React UI component library with TypeScript support.
Installation
npm install @avindu/ui
# or
yarn add @avindu/uiUsage
import { Button } from '@avindu/ui';
function App() {
return (
<div>
<Button variant="primary">Click me</Button>
</div>
);
}Available Components
- Button
- Card
- Input
Development
- Clone the repository
- Install dependencies:
npm installoryarn - Start Storybook:
npm run storybookoryarn storybook
Build
npm run build
# or
yarn buildLicense
MIT
