2.0.1 • Published 4 months ago

rsc-daisyui v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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.
  • Support for daisyUI 5 and Tailwind CSS v4

Storybook

Next.js (Kitchen Sink)

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

Add rsc-daisyui to app.css

@import "tailwindcss";
@plugin "daisyui";
@source "../../node_modules/rsc-daisyui/dist";

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

Namev1v2
Button
Dropdown
Modal
Swap
Theme Controller

Data display

Namev1v2
Accordion
Avatar
Badge
Card
Carousel
Chat bubble
Collapse
Countdown
Diff
Kbd
List-
Stat
Status-
Table
Timeline

Navigation

Namev1v2
Breadcrumbs
Dock (Bottom navigation)
Link
Menu
Navbar
Pagination
Steps
Tab

Feedback

Namev1v2
Alert
Loading
Progress
Radial progress
Skeleton
Toast
Tooltip

Data input

Namev1v2
Checkbox
Fieldset-
File input
Filter-
Label-
Radio
Range
Rating
Select
Text input
Textarea
Toggle
Validator-

Layout

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

Mockup

Namev1v2
Browser
Code
Phone
Window

License

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

1.0.4

7 months ago

2.0.0-beta.2

6 months ago

2.0.0-beta.1

6 months ago

2.0.1

4 months ago

2.0.0

5 months ago

2.0.0-beta.3

5 months ago

1.0.3

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.9.0

1 year ago

0.8.2

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.4

1 year ago

0.3.2

1 year ago

0.3.3

1 year ago

0.3.1

1 year ago

0.3.0

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago