@ma9pie/lite-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.43 • Public • Published

Lite UI

Simple, fast and modern React UI library. npm

license-image npm-version-image npm-downloads-image

📄 Documentation

Visit https://liteui-web.vercel.app to view the full documentation.

📦 Installation

npm i @ma9pie/lite-ui

👨‍💻 Usage

import { Button } from '@ma9pie/lite-ui';
import React from 'react';

const Component = () => {
  return (
    <div>
      <Button color="primary">Button</Button>
    </div>
  );
};

export default Component;

🤝 Contributing

Thank you for your interest in the Lite UI project. Your contributions are always welcome.

📜 License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @ma9pie/lite-ui

Weekly Downloads

59

Version

0.0.43

License

MIT

Unpacked Size

9.74 MB

Total Files

53

Last publish

Collaborators

  • ma9pie