redlotus-io / ui

React & Tailwind UI library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedLotusUI-Logo-Dark RedLotusUI-Logo-Light

ci Downloads Version License

React UI Components built with Tailwind 3. Get a super boost to your development ๐Ÿš€

๐Ÿ“– Documentation

Read the Online Documentation.

Quickstart

yarn add @redlotus/ui

Add the following to your main.tsx file:

import "@redlotus/ui/dist/style.css";

Development

  • Clone repository
  • Ensure you have the latest LTS version of Node.js installed
  • Install dependencies with yarn
  • Run yarn add react react-dom react-router-dom tailwindcss-border-gradient-radius framer-motion @headlessui/react @emotion/react @emotion/styled @react-hook/window-size clsx date-fns formik react-icons react-use-measure react-hotkeys-hook to install peer dependencies
  • Run yarn start or yarn dev to enter dev mode watch

License

MIT

Copyright (c) 2022, tomimarkus991

About

React & Tailwind UI library

License:MIT License


Languages

Language:TypeScript 94.2%Language:JavaScript 3.1%Language:CSS 2.0%Language:HTML 0.7%Language:Shell 0.1%