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

1.0.0 • 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

Package Sidebar

Install

npm i @ma9pie/lite-ui

Weekly Downloads

10

Version

1.0.0

License

MIT

Unpacked Size

9.74 MB

Total Files

53

Last publish

Collaborators

  • ma9pie