add AI agents files
This commit is contained in:
parent
5a903af22a
commit
9b9ae5c7f5
79 changed files with 2399 additions and 23 deletions
18
.opencode/skills/daisyui/components/navbar.md
Normal file
18
.opencode/skills/daisyui/components/navbar.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
### navbar
|
||||
Navbar is used to show a navigation bar on the top of the page
|
||||
|
||||
[navbar docs](https://daisyui.com/components/navbar/)
|
||||
|
||||
#### Class names
|
||||
- component: `navbar`
|
||||
- part: `navbar-start`, `navbar-center`, `navbar-end`
|
||||
|
||||
#### Syntax
|
||||
```html
|
||||
<div class="navbar">{CONTENT}</div>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
- use `navbar-start`, `navbar-center`, `navbar-end` to position content horizontally
|
||||
- put anything inside each section
|
||||
- suggestion - use `base-200` for background color
|
||||
Loading…
Add table
Add a link
Reference in a new issue