Slot
Abstract component that merges its props onto its immediate child.
Import#
import { Slot } from '@volue/wave-react';
Examples#
Basic#
Internally, Slot will cloneElement(children) with merging its props onto child.
Slotted Button#
Deep composition#
Slot can be useful when you need to compose multiple components together: