@relume_io/relume-ui
v1.0.1
Published
Relume React UI Library
Downloads
3,015
Readme
Relume UI
A React UI library based on the Relume design system and used by the Relume Library
Install
npm i @relume_io/relume-ui @relume_io/relume-tailwind
module.exports = {
content: ["./node_modules/@relume_io/relume-ui/dist/**/*.{js,ts,jsx,tsx}"],
presets: [require("@relume_io/relume-tailwind")],
};
import * as React from "react";
import { Button } from "@relume_io/relume-ui";
<Button>Buy Now</Button>;
Docs
Relume Library
Find over 100+ Section components in the Relume Library