New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@dinefy/react-select

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dinefy/react-select

Dinefy React Web UI - select component

latest
npmnpm
Version
4.0.0
Version published
Maintainers
1
Created
Source

@dinefy/react-select

Dinefy React Web UI - select component

Installation

npm install @dinefy/react-select

Usage

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.

FAQs

Package last updated on 18 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts