1.0.0 • Published 1 year ago
@dadcodes/dadui v1.0.0
DadUI
Description
This is a pet project for myself to improve my front end skills with.
Installation
To install DadUI, run the following command in your project directory:
npm install @dadcodes/dadui
Usage
Here's how you can use a component from DadUI:
import { Button } from "@dadcodes/dadui";
const App = () => <Button>Click Me</Button>;
1.0.0
1 year ago