Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 authored Jun 6, 2024
1 parent e3223fe commit 38dcdd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ yarn add @sakura-ui/sakura-ui
```
or
```
$ pnpm add @sakura-ui/core @sakura-ui/forms @sakura-ui/config
$ pnpm add @sakura-ui/core @sakura-ui/forms @sakura-ui/tailwind-theme-plugin
```

## Configuration
Expand All @@ -30,7 +30,7 @@ module.exports = {
'./node_modules/@sakura-ui/core/**/*.{js,jsx,ts,tsx}',
'./node_modules/@sakura-ui/forms/**/*.{js,jsx,ts,tsx}'
],
plugins: [require('@sakura-ui/config')]
plugins: [require('@sakura-ui/tailwind-theme-plugin')]
}
```

Expand Down Expand Up @@ -117,6 +117,7 @@ export default App
- Checkbox
- Select
- Input
- FileInput
- Textarea
- LabelControl
- FieldsetControl

0 comments on commit 38dcdd5

Please sign in to comment.