rosa-ui

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i rosa-ui

Weekly Downloads

3

Version

1.0.0

License

none

Unpacked Size

122 kB

Total Files

4

Last publish

Collaborators

  • cenfun