hyochan / dooboo-ui-legacy

React Native UI Components with react-hook (web, ios, android)
MIT License
140 stars 72 forks source link

[Feature][Select] component #245

Closed filoscoder closed 4 years ago

filoscoder commented 4 years ago

I'll begin implementation of Select component following the idea derived from #60

Required

derived from #37

GOAL

Implementing Selects component with test codes Adding storybooks for Selects component and sub-components.

- Select component structure

Select Structure

1. Implement props related to "Root" section. [assigned @geoseong]

  • theme
Select themes
  • rootStyle
  • placehold
  • disable

2. Implement props related to "List" section. [assigned @gimeoni]

  • items
  • itemStyle
  • onSelect

3. Implement props related to "Title" section. [assigned @smallbee3]

  • title

4. Implement a callback function when the list's visible state changes. [assigned @dlgmltjr0925]

  • onShow
  • onDismiss

5. Implement StoryBook Component

  • default
  • custom style

(Additional)

6. Dialog Select. [assigned @Theoblanc]

  • mode ['dropdown', 'dialog', picker] default('dropdown');

7. Multi Select; [assigned @AddChan]

  • multiSelect boolean; default false;

8. Picker Select; [assigned @dlgmltjr0925]

  • mode ['dropdown', 'dialog', 'picker'] default('dropdown');

Examples

Libraries

github-actions[bot] commented 4 years ago

Hey there thank you for your first issue~!