@pittorica/button-react
v0.26.3
Published
The `Button` component.
Downloads
998
Readme
@pittorica/button-react
The Button component.
Installation
npm install @pittorica/button-reactUsage
import { Button } from '@pittorica/button-react';
function MyComponent() {
return (
<Button variant="filled" color="indigo" onClick={() => alert('Clicked!')}>
Click Me
</Button>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
