Basic
Sometimes you need a separator to separate content. This component is a simple wrapper around the Separator
component from react-aria-components
. It's a breeze to use.
Preview
Code
Installation
CLI
Manual
npx hq-kit add separator
Orientation
Separator has two orientations: horizontal
and vertical
. The default is horizontal
.
Preview
Code