@real-system/select-primitive

0.0.25 • Public • Published

@real-system/select-primitive

Select primitive components for real system.

npm version

Installation

# install peer dependencies

# npm
$ npm install react react-dom @real-system/ariakit-library
# yarn
$ yarn add react react-dom @real-system/ariakit-library

# install select-primitive

# npm
$ npm install @real-system/select-primitive
# yarn
$ yarn add @real-system/select-primitive

Code Example

import type {
  SelectGroupLabelPrimitiveProps,
  SelectGroupPrimitiveProps,
  SelectItemPrimitiveProps,
  SelectPopoverPrimitiveProps,
  SelectPrimitiveProps,
  SelectSeparatorPrimitiveProps,
  SelectProviderPrimitiveProps,
} from '@real-system/select-primitive';
import {
  SelectGroupLabelPrimitive,
  SelectGroupPrimitive,
  SelectItemPrimitive,
  SelectLabelPrimitive,
  SelectPopoverPrimitive,
  SelectPrimitive,
  SelectProviderPrimitive,
  SelectSeparatorPrimitive,
} from '@real-system/select-primitive';

...

Package Sidebar

Install

npm i @real-system/select-primitive

Weekly Downloads

3

Version

0.0.25

License

MIT

Unpacked Size

78.3 kB

Total Files

8

Last publish

Collaborators

  • bigwoof91