@toshusai/cmpui
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.6 • Public • Published

Cmp UI

CmpUI

NPM Version

This project is still in the early stage of development.

CmpUI is a component library designed for creating complex GUI applications in web browsers.

Installation

npm install @toshusai/cmpui

Usage

import { Button } from "@toshusai/cmpui";
import "@toshusai/cmpui/dist/index.css";

export default function App() {
  return (
    <div>
      <Button>Click me</Button>
    </div>
  );
}

License

MIT

Package Sidebar

Install

npm i @toshusai/cmpui

Weekly Downloads

3

Version

1.0.0-alpha.6

License

MIT

Unpacked Size

743 kB

Total Files

276

Last publish

Collaborators

  • toshusai