add AI agents files

This commit is contained in:
Benjamin Palko 2026-08-11 15:34:48 -04:00
parent 5a903af22a
commit 9b9ae5c7f5
79 changed files with 2399 additions and 23 deletions

View file

@ -0,0 +1,19 @@
### mockup-code
Code mockup is used to show a block of code in a box that looks like a code editor
[mockup-code docs](https://daisyui.com/components/mockup-code/)
#### Class names
- component: `mockup-code`
#### Syntax
```html
<div class="mockup-code">
<pre data-prefix="$"><code>npm i daisyui</code></pre>
</div>
```
#### Rules
- Use `<pre data-prefix="{prefix}">` to show a prefix before each line
- Use `<code>` tag to add code syntax highlighting (requires additional library)
- To highlight a line, add background/text color