add AI agents files
This commit is contained in:
parent
5a903af22a
commit
9b9ae5c7f5
79 changed files with 2399 additions and 23 deletions
19
.opencode/skills/daisyui/components/hero.md
Normal file
19
.opencode/skills/daisyui/components/hero.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
### hero
|
||||
Hero is a component for displaying a large box or image with a title and description
|
||||
|
||||
[hero docs](https://daisyui.com/components/hero/)
|
||||
|
||||
#### Class names
|
||||
- component: `hero`
|
||||
- part: `hero-content`, `hero-overlay`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<div class="hero {MODIFIER}">{CONTENT}</div>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- {MODIFIER} is optional
|
||||
- Use `hero-content` for the text content
|
||||
- Use `hero-overlay` inside the hero to overlay the background image with a color
|
||||
- Content can contain a figure
|
||||
Loading…
Add table
Add a link
Reference in a new issue