0.2.11 • Published 4 months ago

@logo-rn/logo-combo-box v0.2.11

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
4 months ago

@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 ↗

0.2.11

4 months ago

0.2.10

6 months ago

0.2.7

8 months ago

0.2.6

8 months ago

0.2.9

6 months ago

0.2.8

8 months ago

0.2.5

8 months ago

0.2.4

8 months ago

0.2.1

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago