# Relume UI

A React UI library based on the Relume design system and used by the [Relume Library](https://www.relume.io/react/components)

## Install

```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>;
```

## Docs

[Read The Docs](https://react-docs.relume.io/)

## Relume Library

Find over 100+ Section components in the [Relume Library](https://www.relume.io/react/components)
