1.1.2 • Published 2 years ago

rayous-daisyui v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

rayous-daisyui

rayous-daisyui is a component loader utility for rayous. It allows you to easily fetch and add components from the rayous-daisyui GitHub repository into your project. It's a handy tool for extending your rayous app with external daisyui components and managing your project's styling.

Table of Contents

Usage

You can use rayous-daisyui with npx without installing it globally. Here's how you can use the available commands:

Add Components

To add components from a GitHub repository, use the add command. This will fetch the specified components and add them to your project's components/widget.ts file.

npx rayous-daisyui add button card ...

Remove Components

To remove components from your project, use the remove command. This will remove the specified components from your project's components/widget.ts file.

npx rayous-daisyui remove button card ...

Generate Styles

You can generate the styles for your project using the styles command. This will create a styles/daisy.tail.css file with the basic Tailwind CSS configuration.

npx rayous-daisyui styles

Add DaisyUI

To add DaisyUI to your Tailwind CSS configuration, use the create command. This will add DaisyUI to your tailwind.config.js file.

npx rayous-daisyui create

Components

You can find available components in the GitHub repository. Or you can just list them with:

npx rayous-daisyui list
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago