0.2.62 • Published 5 months ago

@majordev/react-reusable-ui v0.2.62

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

GCI Reusable UI Components for React

A modern, accessible, and customizable React component library built with React and Tailwind CSS.

Installation

Ensure you have TailwindCSS installed on your computer, check Tailwind Website for latest installation guide

if you're using nextjs, Tailwind CSS is pre-installed with it.

Then copy and paste the below command to your cli

npm install @majordev/react-reusable-ui

Edit or create your tailwind.config.js file and add the following configuration:

module.exports = {
  content: [
    "./src/**/*.{js,ts,jsx,tsx}",
    "./node_modules/@majordev/react-reusable-ui/**/*.{js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
};

Quick Start

import { Button, Input, Toast } from "@majordev/react-reusable-ui";

function App() {
  return (
    <div>
      <Input placeholder="Enter your name" />
      <Button>Click me</Button>
    </div>
  );
}

Available Components

  • Alert
  • Avatar
  • Badge
  • Breadcrumbs
  • Button
  • Calendar
  • Card
  • Carousel
  • Collapse
  • Container
  • Dropdown
  • Grid
  • Input
  • List
  • Modal
  • Pagination
  • Pin Input
  • Popover
  • Progress
  • Rating
  • Select
  • Skeleton
  • Slider
  • Spinner
  • StatCard
  • Stepper
  • Table
  • Tabs
  • TagInput
  • Timeline
  • Toast
  • Tooltip
  • Upload

Documentation

For detailed documentation, examples, and API references, visit our documentation site:

UI Documentation

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

MIT © MajorDev

0.2.62

5 months ago

0.2.61

6 months ago

0.2.6

6 months ago

0.2.50

6 months ago

0.2.4

6 months ago

0.2.3

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago