handcraft-ui
v1.0.3
Published
Beautifully handcrafted components that you can copy and paste into your apps. Accessible. Customizable.
Downloads
6
Readme
HandcraftUI
HandcraftUI is a collection of reusable React components with a unique hand-drawn, sketchy aesthetic. These components are designed to be easily integrated into your projects, allowing you to create visually appealing and playful user interfaces.
Features
- Unique hand-drawn aesthetic
- Easy to integrate and customize
- Responsive design
- Accessible components
- Wide range of UI elements
Available Components
- Card
- Accordion
- Checkbox
- Chart (Pie/Donut)
- Data Table
- ... and more!
Installation
You can easily add HandcraftUI components to your project using the following command:
npx handcraft-ui
This will guide you through the process of selecting and importing the components you need.
Usage
After installation, you can import and use the components in your React project. Here's a quick example:
import { Card, Button } from 'handcraft-ui';
function MyComponent() {
return (
<Card>
<h2>Welcome to HandcraftUI</h2>
<p>Start building your playful UI!</p>
<Button>Get Started</Button>
</Card>
);
}
Customization
Each component can be easily customized to fit your project's needs. Refer to our documentation for detailed information on available props and styling options.
Contributing
We welcome contributions! Please check out our Contributing Guide for details on how to get started.
License
HandcraftUI is open-source software licensed under the MIT license.
Learn More
For more information, detailed documentation, and examples, please visit our official website.
Happy crafting!