Relume React UI Library
A React UI library based on the Relume design system and used by the Relume Library
``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";
;
``
Find over 100+ Section components in the Relume Library