- Blade Components
- Docs
- Components
- Layout Icon
Layout Icon
A contained icon to be used to differentiate layout components.
Usage
<x-layout.icon icon="heroicon-o-cube-transparent" />
Component API
Attribute | Default | Description |
---|---|---|
style |
primary |
string Possible values primary , or secondary . |
size |
null |
string || null Possible values null , xs , sm , or lg . |
Style
Control the icon style by supplying the style=""
attribute.
Size
Control the icon size by supplying the size=""
attribute.