0.0.5 • Published 11 months ago

renix v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Renix 🎇.

npm

Renix UI Component Library is a collection of reusable UI components designed for building modern web applications using React, Next.js, and Remix. The library provides a set of high-quality components that are customizable and easy to use, helping developers create responsive and visually appealing web applications quickly and efficiently.

Getting Started

To get started with Renix UI Component Library, follow these steps:

  1. Install the library using NPM: 🔥
npm i renix 

PNPM: 🎆

pnpm i renix
  1. Import the component you want to use in your project:
import { Button } from 'renix';
  1. Use the component in your React code:
<Button text="Click me" />

❕ Make sure to Install Tailwind CSS

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./packages/**/*.{html,js.ts.tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
}

Available Components

Renix UI Component Library provides a growing set of components for building web applications. Here's a list of the components that are currently available:

  • Button
  • Line
  • Avatar
  • Link
  • Card
  • Badge
  • Dialog
  • Image
  • Tabs
  • Space
  • Radio
  • Alert
  • Loading
  • BackToTop
  • Tooltip

Roadmap

Renix UI Component Library is still under development, and there are more components planned for the future. Some of the upcoming components include:

  • Dropdown
  • Accordion
  • Pagination
  • Checkbox
  • Layout
  • Text
  • Checkbox
  • Color Picker
  • Input
  • Input Number
  • Select
  • Switch
  • Time Picker
  • Time Select
  • Upload
  • Description
  • Empty
  • Tabel
  • Tag
  • Menu
  • Notification
  • Message Box
  • Radio
  • Switch
  • Toast
  • Navbar
  • Sidebar
  • Footer

Contribution

If you want to contribute to the development of Renix UI Component Library, please feel free to contact us!

License

Renix UI Component Library is licensed under the MIT License. See LICENSE.md for more information.

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.1.22-beta

11 months ago

0.1.21-beta

11 months ago

0.1.20-beta

11 months ago

0.1.2-beta

11 months ago

0.1.1-beta

11 months ago

0.0.17-beta

11 months ago

0.0.16-beta

11 months ago

0.0.15-beta

11 months ago

0.0.12-beta

11 months ago

0.0.11-beta

11 months ago

0.0.10-beta

11 months ago

0.0.9-beta

11 months ago

0.0.8-beta

11 months ago

0.0.7-beta

11 months ago

0.0.6-beta

11 months ago

0.0.5-beta

11 months ago

0.0.4-beta

11 months ago

0.0.3-beta

12 months ago

0.0.2-beta

12 months ago

0.0.14-beta

12 months ago

0.0.1-beta

12 months ago

0.0.13-beta

12 months ago