1.0.2 • Published 1 month ago

rsc-daisyui v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

rsc-daisyui

npm version License: MIT

  • daisyUI components build with React, Typescript, TailwindCSS and TW CLASSED
  • Simple components available in the React Server Component
  • No useEffect, useState, etc and used.

Storybook

Next.js (Kitchen Sink)

Sandbox

rsc-daisyui 🌼

Install

Make sure you've installed TailwindCSS and daisyUI.

Install the package with npm or yarn or pnpm:

npm

npm install rsc-daisyui

yarn

yarn add rsc-daisyui

pnpm

pnpm add rsc-daisyui

To prevent TailwindCSS from purging your styles, add the following line to your tailwind.config.js:

import type { Config } from "tailwindcss";

const config: Config = {
  content: ["node_modules/rsc-daisyui/dist/**/*.js"],
  plugins: [require("daisyui")],
};
export default config;

Quick Start

Import rsc-daisyui components within your component files:

import { Button } from "rsc-daisyui";

export default (props) => {
  return <Button color="primary">Click me!</Button>;
};

Components

Actions

  • Button
  • Dropdown
  • Modal
  • Swap
  • Theme Controller

Data display

  • Accordion
  • Avatar
  • Badge
  • Card
  • Carousel
  • Chat bubble
  • Collapse
  • Countdown
  • Diff
  • Kbd
  • Stat
  • Table
  • Timeline

Navigation

  • Breadcrumbs
  • Bottom navigation
  • Link
  • Menu
  • Navbar
  • Pagination
  • Steps
  • Tab

Feedback

  • Alert
  • Loading
  • Progress
  • Radial progress
  • Skeleton
  • Toast
  • Tooltip

Data input

  • Checkbox
  • File input
  • Radio
  • Range
  • Select
  • Text input
  • Textarea
  • Toggle

Layout

  • Artboard
  • Divider
  • Drawer
  • Footer
  • Hero
  • Indicator
  • Join (group items)
  • Mask
  • Stack

Mockup

  • Browser
  • Code
  • Phone
  • Window

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

2 months ago

0.9.0

3 months ago

0.8.2

3 months ago

0.8.1

3 months ago

0.8.0

3 months ago

0.7.0

3 months ago

0.6.0

3 months ago

0.5.1

3 months ago

0.5.0

3 months ago

0.4.1

3 months ago

0.4.0

3 months ago

0.3.4

4 months ago

0.3.2

4 months ago

0.3.3

4 months ago

0.3.1

4 months ago

0.3.0

4 months ago

0.1.2

4 months ago

0.2.0

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

5 months ago

0.0.3

5 months ago

0.0.2

6 months ago

0.0.1

6 months ago