0.0.6 • Published 1 year ago

quantaui v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

0.0.6

1 year ago

0.0.4

1 year ago

0.0.2-alpha-2

1 year ago

0.0.2-alpha

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago