1.0.0-alpha.13 • Published 11 months ago
@toshusai/cmpui v1.0.0-alpha.13
Cmp UI
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
1.0.0-alpha.11
11 months ago
1.0.0-alpha.9
11 months ago
1.0.0-alpha.13
11 months ago
1.0.0-alpha.7
12 months ago
1.0.0-alpha.8
12 months ago
1.0.0-alpha.6
1 year ago
1.0.0-alpha.5
1 year ago
1.0.0-alpha.4
1 year ago
1.0.0-alpha.3
1 year ago