React
Button-compatible FAB with icon, required accessible label, extended layout, and asChild support.

Component
Floating button for one primary screen-level action.
import { FloatingActionButton } from "@hozorica/hods-react/floating-action-button";import { FloatingActionButton } from "@hozorica/hods-react-native/floating-action-button";ReactNodeLeading icon content.ReactNodeVisible label in extended mode and accessible label in icon-only mode.booleanControls whether the label is visible. Defaults to true.booleanWeb-only child composition.booleanDisables the action.Button-compatible FAB with icon, required accessible label, extended layout, and asChild support.
Pressable FAB with icon, label, extended layout, and native accessibility state.
<Float placement="bottom-end"><FloatingActionButton icon={<Plus />} label="새 글 쓰기" /></Float>