doodler-ui-test
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-test • Public • Published

A TEST package for a Select component. Please, DO NOT USE in production code... this package will be removed from npm in the near future.

Installation

npm install doodler-ui-test

Import the Select Component

import Select from 'doodler-ui-test/common/inputs/Select';
import Option from 'doodler-ui-test/common/inputs/SelectOption';

Code Example

<Select name="AssignTo">
  {
    yourData.map((obj) =>
      <Option key={obj.id} value={obj.id}>
        {obj.name}
      </Option>
    )
  }
</Select>

Readme

Keywords

none

Package Sidebar

Install

npm i doodler-ui-test

Weekly Downloads

1

Version

1.0.0-test

License

ISC

Unpacked Size

1.47 kB

Total Files

2

Last publish

Collaborators

  • gtechdoodler