@relume_io/relume-ui
Version:
Relume React UI Library
32 lines (21 loc) • 674 B
Markdown
A React UI library based on the Relume design system and used by the [Relume Library](https://www.relume.io/react/components)
```bash
npm i @relume_io/relume-ui @relume_io/relume-tailwind
```
```js
module.exports = {
content: ["./node_modules/@relume_io/relume-ui/dist/**/*.{js,ts,jsx,tsx}"],
presets: [require("@relume_io/relume-tailwind")],
};
```
```tsx
import * as React from "react";
import { Button } from "@relume_io/relume-ui";
<Button>Buy Now</Button>;
```
[](https://react-docs.relume.io/)
Find over 100+ Section components in the [Relume Library](https://www.relume.io/react/components)