Closed filoscoder closed 4 years ago
derived from #37 GOAL Implementing Selects component with test codes Adding storybooks for Selects component and sub-components. - Select component structure 1. Implement props related to "Root" section. [assigned @geoseong] theme 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 https://www.figma.com/file/0WDPu0Cn9upY1TQcLuhLev/prototype?node-id=46%3A110 https://material-ui.com/components/selects/ Libraries styled-components storybook.js @testing-library/react-native
derived from #37
Implementing Selects component with test codes Adding storybooks for Selects component and sub-components.
(Additional)
Hey there thank you for your first issue~!
I'll begin implementation of Select component following the idea derived from #60
Required