0.7.1 • Published 1 year ago

@jdesignlab/stack v0.7.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Stack

Stack 컴포넌트는 요소들을 공통으로 그룹화하고, 요소 사이에 수평&수직 레이아웃을 간편하게 배치시킬 수 있는 레이아웃입니다.

Usage

Storybook

<Stack direction="vertical" justify="stretch" spacing="20px">
  <div style={{ height: '64px', width: '64px', backgroundColor: '#ff4d4d' }}>first</div>
  <div style={{ height: '64px', width: '64px', backgroundColor: '#3ae374' }}>second</div>
  <div style={{ height: '64px', width: '64px', backgroundColor: '#18dcff' }}>third</div>
  <div style={{ height: '64px', width: '64px', backgroundColor: '#7d5fff' }}>fourth</div>
</Stack>

Props

Stack

PropertyAllow TypesDescriptionDefault
childrenReact.ReactNodeStack의 자식 요소입니다.
asReact.ElementType별도의 ElementType을 지정합니다.div
spacingxs sm md lg xl요소 사이의 간격을 지정합니다.transparent
alignstart end center between around stretchalign 속성을 지정합니다.start
justifystart end center between around stretchjustify-content 속성을 지정합니다.start
directionvertical horizontal레이아웃의 방향을 지정합니다.horizontal
wrapbooleannowrap 여부를 지정합니다.false
responsiveboolean디바이스 UI에 맞춰 반응형으로 방향을 결정합니다.false
0.7.1

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago