Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Sep 19, 2024
1 parent 3874969 commit 077abf0
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@ A Ruby UI component library for DaisyUI using Phlex ✨

## Installation

Install the gem and add to the application's Gemfile by executing:
### 1. Install CSS dependencies

$ bundle add phlexy_ui
You can install TailwindCSS and DaisyUI either via a JS bundler or via importmaps.

If bundler is not being used to manage dependencies, install the gem by executing:
<details>

$ gem install phlexy_ui
<summary>JS Bundler</summary>

#### JS Bundler

**TailwindCSS**

Install TailwindCSS by following the instructions in the TailwindCSS documentation, using either the Tailwind CLI or PostCSS.

**DaisyUI**

Install DaisyUI by following the instructions in the DaisyUI documentation as a Node package.

</details>

## Development

Expand Down

0 comments on commit 077abf0

Please sign in to comment.