shadowFabs are container elements that contain one or more fab buttons. They should be placed in a fixed position that does not scroll with the content. Fabs should have one main fab button. Fabs can also contain one or more fab lists which contain related buttons that show when the main fab button is clicked.
The side property of the fab list component controls where it appears relative to the main fab button. A single fab can have multiple fab lists as long as they all have different values for side.
In order to place the fab in a fixed position, it should be assigned to the fixed slot of the outer content component. Use the vertical and horizontal props to control the alignment of the fab in the viewport. The edge prop will cause the fab button to overlap with the app's header or footer.
Setting the size property of the main fab button to "small" will render it at a mini size. Note that this property will not have an effect when used with the inner fab buttons.
| Description | If true, both theion-fab-buttonand allion-fab-listinsideion-fabwill become active. That meansion-fab-buttonwill become acloseicon andion-fab-listwill become visible. | 
| Attribute | activated | 
| Type | boolean | 
| Default | false | 
| Description | If true, the fab will display on the edge of the header ifverticalis"top", and on the edge of the footer if it is"bottom". Should be used with afixedslot. | 
| Attribute | edge | 
| Type | boolean | 
| Default | false | 
| Description | ビューポートでファブを水平に揃える場所。 | 
| Attribute | horizontal | 
| Type | "center" | "end" | "start" | undefined | 
| Default | undefined | 
| Description | ビューポートでファブを縦に並べる場所。 | 
| Attribute | vertical | 
| Type | "bottom" | "center" | "top" | undefined | 
| Default | undefined | 
No events available for this component.
| Description | アクティブなFABリストコンテナを閉じる。 | 
| Signature | close() => Promise<void> | 
No CSS shadow parts available for this component.
No CSS custom properties available for this component.
No slots available for this component.