zen zen is a React component library built on top of React Aria and Radix primitives and styled with vanilla CSS. Learn more Installation yarn add @umami/react-zen Usage import { Button } from '@umami/react-zen'; export default function () { return <Button>Button</Button>; } License MIT