πŸ“‹ 읽을 거리: λ””μžμΈ μ‹œμŠ€ν…œ

Bora ImΒ·2022λ…„ 6μ›” 23일
0

읽을거리

λͺ©λ‘ 보기
7/7

λ””μžμΈ μ‹œμŠ€ν…œ | μ„œν•
μ–΄λŠλ‚  λ°œλ“±μ— 뢈이 λ–¨μ–΄μ Έμ„œ λ””μžμΈ μ‹œμŠ€ν…œμ„ λ§Œλ“€μ—ˆλ‹€ | 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

0개의 λŒ“κΈ€