SelectGroup
Separating Select items into groups using the SelectGroup
and SelectGroupLabel
components.
import "./style.css";
import {
} from "@ariakit/react";
export default function Example() {
return (
<div className="wrapper">
Fruits & Vegetables
Beverages
</div>
);
}
Follow updates
Join 1,000+ subscribers and receive monthly updates with the latest improvements on Examples.