@logo-rn/logo-combo-box

0.2.11 • Public • Published

@logo-rn/logo-combo-box

is a component in which data is listed and can be selected from.

npm version

Installation

Install the component:

npm i @logo-rn/logo-combo-box -s

Usage

Once installed, import the component in your application:

import {LogoComboBox} from '@logo-rn/logo-combo-box';
const items = [
   { label: "deneme1", value: "value1"},
   { label: "deneme2", value: "value2"},
   { label: "deneme3", value: "value3"}
 ];
   //...
   <LogoComboBox id="LIST_BOX" items={items} />   

For more detailed information, please visit:

Logo Elements Documentation ↗

Package Sidebar

Install

npm i @logo-rn/logo-combo-box

Weekly Downloads

2

Version

0.2.11

License

See license in LICENSE file

Unpacked Size

23 kB

Total Files

10

Last publish

Collaborators

  • ahmet.borslan
  • devrim.guner
  • eren.kiraz
  • emine.izmir
  • gamzeyapici
  • serhan.gurbuz