@totase/mono-ui
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

🏗️ Mono UI

Minimalistic and accessible components for React projects.

About

Installation

npm i @totase/mono-ui

Usage

Styling is included in each component.

import { Badge } from '@totase/mono-ui';
// Include global css properties
import '@totase/mono-ui/dist/styles/index.css';

function Component() {
  return <Badge appearance="default">3 updates</Badge>;
}

Contents

🚧

Components

Form

License

mono-ui is licensed under MIT.

Package Sidebar

Install

npm i @totase/mono-ui

Weekly Downloads

8

Version

0.2.9

License

MIT

Unpacked Size

195 kB

Total Files

206

Last publish

Collaborators

  • totase