Getting Started
Components
- Accordion
- Alert
- Alert Dialog
- Aspect Ratio
- Attachment
- Avatar
- Badge
- Banner
- Breadcrumb
- Bubble
- Button
- Button Group
- Calendar
- Card
- Carousel
- Chart
- Checkbox
- Command
- Collapsible
- Combobox
- Context Menu
- Data Table
- Date Picker
- Dialog
- Dropdown Menu
- Editor
- Input
- Input Group
- Label
- Loading Spinner
- Native Select
- Popover
- Select
- Separator
- Sheet
- Sidebar
- Skeleton
- Slider
- Steps
- Switch
- Tabs
- Textarea
- Tooltip
Patterns
Avatar
An image element with a fallback for representing the user.
YI
Component Code
<april:avatar> <slot:image src="https://github.com/yungifez.png" alt="@yungifez"> </slot:image> <slot:fallback>YI</slot:fallback></april:avatar>
Component Code
<april:avatar> <slot:image src="https://github.com/yungifez.png" alt="@yungifez"> </slot:image> <slot:fallback>YI</slot:fallback></april:avatar>
Publishing Views
Use the following command to publish this view:
php artisan april:publish avatar
php artisan april:publish avatar
php artisan april:publish --all
php artisan april:publish --all