This project is still in the early stage of development.
CmpUI is a component library designed for creating complex GUI applications in web browsers.
package name | framework | NPM |
---|---|---|
@toshusai/cmpui | React | |
@toshusai/cmpui-vue | Vue | WIP |
@toshusai/cmpui-core | Vanilla | WIP |
npm install @toshusai/cmpui
import { Button } from "@toshusai/cmpui";
import "@toshusai/cmpui-core/dist/style.css";
export default function App() {
return <Button>Hello world</Button>;
}
pnpm install
pnpm -r dev
pnpm -r storybook
React: http://localhost:6007/ Vue: http://localhost:6006/
MIT