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/mockup-phone.md
Normal file
19
.opencode/skills/daisyui/components/mockup-phone.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
### mockup-phone
|
||||
Phone mockup shows a mockup of an iPhone
|
||||
|
||||
[mockup-phone docs](https://daisyui.com/components/mockup-phone/)
|
||||
|
||||
#### Class names
|
||||
- component: `mockup-phone`
|
||||
- part: `mockup-phone-camera`, `mockup-phone-display`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<div class="mockup-phone">
|
||||
<div class="mockup-phone-camera"></div>
|
||||
<div class="mockup-phone-display">{CONTENT}</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- Inside `mockup-phone-display` you can add anything
|
||||
Loading…
Add table
Add a link
Reference in a new issue