@dinefy/react-select
v4.0.0
Published
Dinefy React Web UI - select component
Readme
@dinefy/react-select
Dinefy React Web UI - select component
Installation
npm install @dinefy/react-selectUsage
import { Select } from "@dinefy/react-select";
function App() {
return (
<Select.Root>
Select Content
</Select.Root>
);
}API Reference
Select.Root
The root component of the select component.
Props
Extends all HTML div element props.
