quantaui
v0.0.6
Published
Universal Design System
Downloads
7
Readme
Quanta UI
Quanta UI is a collection of reusable UI components for building applications. This library includes components like buttons, forms, and more, making it easier to maintain consistency across your projects.
Table of Contents
Installation
To install the library, run the following command:
npm install my-design-system
Usage
Here's an example of how to use the Button component in your project:
import React from 'react';
import { Button } from 'my-design-system';
const App = () => {
return (
<div>
<Button label="Clique Aqui" />
</div>
);
};
export default App;
Components
- Button
Contributing
Contributions are welcome! If you find a bug or have a feature request, please open an issue. For code contributions, please fork the repository and submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more details.