@totase/mono-ui
v0.2.14
Published
Minimalistic and accessible components for React projects.
Downloads
88
Maintainers
Readme
🏗️ Mono UI
Minimalistic and accessible components for React projects.
About
Installation
npm i @totase/mono-uiUsage
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
- Accordion
- Badge
- Button
- Card
- Checkbox
- Chips
- Flex
- Grid
- Horizontal
- Link
- List
- Modal
- Pagination
- Popover
- Slot
- Table
- Tabs
- Tooltip
- Typography
Form
License
mono-ui is licensed under MIT.
