toshusai / cmpui

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

Home Page:https://toshusai.github.io/cmpui/iframe.html?args=&id=readme--documentation&viewMode=docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://toshusai.github.io/cmpui/iframe.html?args=&id=readme--documentation&viewMode=docs

License:MIT License


Languages

Language:TypeScript 86.8%Language:CSS 13.0%Language:MDX 0.1%