@wedevs/tail-react
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

Tailwind CSS + React Component Library

This repository contains a collection of reusable React components styled with Tailwind CSS. The components are designed to be easily integrated into your React projects, providing a consistent and visually appealing user interface.

Installation

To use this component library in your project, you can install it via npm or yarn.

npm install @wedevs/tail-react
# or
yarn add @wedevs/tail-react

Usage

On your tailwind.config.js file, update the content entry:

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
+    "node_modules/@wedevs/tail-react/dist/index.js"
  ],
  theme: {
    extend: {},
  },
  plugins: [
+    import('@tailwindcss/forms'),
  ],
}

/@wedevs/tail-react/

    Package Sidebar

    Install

    npm i @wedevs/tail-react

    Weekly Downloads

    3

    Version

    0.5.0

    License

    MIT

    Unpacked Size

    464 kB

    Total Files

    57

    Last publish

    Collaborators

    • tareq1988