1.0.0 • Published 2 years ago

rosa-ui v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

npm.io

Rosa UI

  • Lightweight UI components based on React
  • Dist size (js minified: true): 25.2KB / gzip: 7.9KB

Preview Online

https://cenfun.github.io/rosa-ui/

Components

  • RuiButton
  • RuiCheckbox
  • RuiFlex
  • RuiFlyover
  • RuiSelect
  • RuiSwitch

Install

npm i rosa-ui

Usage

import { components } from "rosa-ui";
const { RuiButton } = components;
root.render(
    <RuiButton>Button Name</RuiButton>
    <RuiButton disabled>Button Disabled</RuiButton>
);

see app.js

1.0.0

2 years ago