shopper-livewire
SKILL.md
Shopper Livewire Components
Component Types
| Type | Base Class | Location |
|---|---|---|
| Page | AbstractPageComponent |
Livewire/Pages/ |
| SlideOver | SlideOverComponent |
Livewire/SlideOvers/ |
| Component | Component |
Livewire/Components/ |
Page with Table
class Index extends AbstractPageComponent implements HasActions, HasForms, HasTable
{
use InteractsWithActions;
use InteractsWithForms;
use InteractsWithTable;