Update Readme.md
This commit is contained in:
@@ -29,11 +29,13 @@ To use SigPro UI, your project must include:
|
||||
SigPro UI is built as an extension of the SigPro reactivity system. You need to install the core library first.
|
||||
|
||||
### Step 1: Install SigPro Core
|
||||
´´´Bash
|
||||
|
||||
```Bash
|
||||
bun add sigpro
|
||||
# or
|
||||
npm install sigpro
|
||||
```
|
||||
|
||||
### Step 2: Install SigPro UI
|
||||
|
||||
```Bash
|
||||
@@ -43,6 +45,7 @@ npm install sigpro-ui
|
||||
```
|
||||
|
||||
### Via CDN (Browser)
|
||||
|
||||
```html
|
||||
<script src="https://unpkg.com/sigpro"></script>
|
||||
<script src="https://unpkg.com/sigpro-ui"></script>
|
||||
@@ -54,7 +57,7 @@ SigPro UI components rely on **Tailwind CSS** and **daisyUI** for styling. You d
|
||||
|
||||
Create or edit your global CSS file (e.g., style.css):
|
||||
|
||||
´´´CSS
|
||||
```css
|
||||
/* src/style.css */
|
||||
@import "tailwindcss";
|
||||
@plugin "daisyui";
|
||||
|
||||
Reference in New Issue
Block a user