λμμΈ μμ€ν
| μν
μ΄λλ λ°λ±μ λΆμ΄ λ¨μ΄μ Έμ λμμΈ μμ€ν
μ λ§λ€μλ€ | Medium
λ΄κ° νμν΄μ μ 리ν λμμΈ μμ€ν
μ κ΄ν λͺ¨λ κ² | Medium
λμμΈ μμ€ν
μ ꡬμ±νλ λ°©λ²
λμμΈ μμ€ν
ꡬμΆκΈ° | Brunch
λμμΈ μμ€ν
μ λν΄ μμμΌ ν λͺ¨λ κ² | Brunch
λ°λ¦μ! λ¬Έμ λ UX/UIμΌ! | Brunch
νμκ°μ
μ μ½κ² λ§λλ UI/UX λμμΈμ? | Brunch
UX GUIDELINES - Selection | LINE Design System
β¨ Storybookμ νμ©νμ¬ λ³Έκ²©μ μΌλ‘ λμμΈ μμ€ν
ꡬμΆνκΈ° | velopert.log
β¨ λΉ λ₯Έ μ 보 κ²μμ λλ μ»΄ν¬λνΈ, Tag | Brunch
storybook-design-system | Storybook
Carbon: IBMβs open source design system
react-carbon-design-system | Storybook
https://carbondesignsystem.com/components/overview/
https://carbondesignsystem.com/components/radio-button/usage/
https://carbondesignsystem.com/components/select/usage/
https://carbondesignsystem.com/components/dropdown/usage/
<Dropdown
titleText="Dropdown title"
label="Dropdown menu options"
items={[
{
id: 'option-1',
text: 'Option 1'
},
{
id: 'option-2',
text: 'Option 2'
},
{
id: 'option-3',
text: 'Option 3'
// disabled: true,
},
{
id: 'option-4',
text: 'Option 4'
}
]}
/>
Ant Design
https://ant.design/components/overview/
https://ant.design/components/radio/
https://ant.design/components/dropdown/
https://ant.design/components/select/
<Select defaultValue="lucy" style={{ width: 120 }} onChange={handleChange}>
<Option value="jack">Jack</Option>
<Option value="lucy">Lucy</Option>
<Option value="disabled" disabled>Disabled</Option>
<Option value="Yiminghe">yiminghe</Option>
</Select>
Chakra UI
https://chakra-ui.com/docs/components
https://chakra-ui.com/docs/components/select
https://chakra-ui.com/docs/components/menu