raw-ui
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

Raw UI

Raw UI

A minimalist and customizable React component library for web applications.

English | 中文

Features

  • Minimal UI design style.
  • Simple and extensible component API.
  • Written in TypeScript with predictable static types.
  • Provides a dark mode theme.
  • Powerful theme customization based on CSS-in-JS.
  • Compatible with SSR(Server Side Rendering).

Install

pnpm

pnpm add raw-ui

npm

npm install raw-ui --save

Usage

Wrap the root of your application with RawUIProvider, and then you can use any component

import { RawUIProvider, Button } from 'raw-ui';

const App = () => (
  <RawUIProvider>
    <Button>Default</Button>
  </RawUIProvider>
);

Documentation

https://raw-ui.vercel.app

Reference

This is a community project, not associated with Vercel, but does get some inspiration from Vercel Design.

License

MIT

Package Sidebar

Install

npm i raw-ui

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

628 kB

Total Files

249

Last publish

Collaborators

  • shervinchen