1.0.0-alpha.6 • Published 1 month ago

@toshusai/cmpui v1.0.0-alpha.6

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

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