| name | maryui-development |
| description | Develops UIs with Mary UI. This is used when the user specifically asks for a Mary UI component. Mary UI contains components for Livewire, powered by daisyUI and Tailwind. |
Note that all Mary UI component tags are prefixed with x-mary- instead of x-
Prefer using the examples in the skill description when possible, as they will be more fit than code examples.
Tabs component
- Example is shown in the examples/tabs.blade.php file in the skill's directory. Tabs are only supported in Livewire components, and require a wire:model to work.
Choices component
- Example is shown in the examples/choices.blade.php file in the skill's directory. Choices are only supported in Livewire components, and require a wire:model to work.