# FActionBar
A container for actions, usually be used on mobile app pages.
# Basic Usage
Container can be fixed on page.
# Overflow
Scroll horizontally when content width is overflow.
# Hide on scroll
Since this component is extend from Vuetify/Scrollable
, some feature can be used directly.
# Customize content
Children's style might be
modified in default slot, such as .v-btn
, use custom-content
to avoid.
Last Updated: 7/10/2022, 9:12:23 AM