minify-ui
TypeScript icon, indicating that this package has built-in type declarations

0.20.45 • Public • Published

Codecov Codecov CircleCI npm (scoped)

⚠️ DO NOT DOWNLOAD RIGHT NOW, WAIT UNTIL THE 1.0.0 RELEASE
It's important to address the fact that I'm still developing the core features. With that in mind, I strongly DO NOT RECOMMEND downloading the package for your project at this time. Soon, there will be more components and features to enhance your experiences and designs. Thank you for stopping by! 😁


Quick Start

You can install minify-ui via npm:

npm install minify-ui

Usage

Import and use components from minify-ui in your React project:

import React from 'react';
import { Button, Input } from 'minify-ui';

function App() {
  return (
    <div>
      <Button>Click me</Button>
      <Input type="text" placeholder="Enter your name" />
    </div>
  );
}

export default App;

Documentation

Contributing

We welcome contributions from the community! If you find any bugs, have feature requests, or want to contribute improvements, please submit an issue or create a pull request on GitHub.

License

minify-ui is licensed under the MIT License. See the LICENSE file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i minify-ui

Weekly Downloads

0

Version

0.20.45

License

MIT

Unpacked Size

9.9 MB

Total Files

218

Last publish

Collaborators

  • gui_ciano