Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 559 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 559 Bytes

zen

zen is a modern, minimalist React component library.

  • Built on top of React Aria primitives.
  • No Tailwind, pure CSS.
  • Out-of-the-box accessibility.

Learn more

Installation

yarn add @umami/react-zen

Usage

Import styles

import '@umami/react-zen/styles.css';

Import components

import { Button } from '@umami/react-zen';

export default function () {
  return <Button>Button</Button>;
}

License

MIT