1.0.0-alpha.13 • Published 1 year 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
1 year ago
1.0.0-alpha.9
1 year ago
1.0.0-alpha.13
1 year ago
1.0.0-alpha.7
1 year ago
1.0.0-alpha.8
1 year ago
1.0.0-alpha.6
2 years ago
1.0.0-alpha.5
2 years ago
1.0.0-alpha.4
2 years ago
1.0.0-alpha.3
2 years ago