# Component/Table/TableCell
> Props: component-table-tablecell.props.txt
## Examples
### Base
```tsx
{
render: props =>
기본 TableCell
변경 TableCell
1줄
2줄
3줄
값
}
```
### Huge Contents
HugeContents 유무를 결정할 수 있습니다.
```tsx
{
parameters: {
docs: {
description: {
story: 'HugeContents 유무를 결정할 수 있습니다.'
}
}
},
render: () =>
기본
HugeContents 비활성화
TableCell의 스토리북의 HugeContents 유무를 결정할 수 있습니다. 스토리의 내용입니다. TableCell의 스토리북의
HugeContents 유무를 결정할 수 있습니다. 스토리의 내용입니다. TableCell의 스토리북의 HugeContents 유무를
결정할 수 있습니다. 스토리의 내용입니다.
TableCell의 스토리북의 HugeContents 유무를 결정할 수 있습니다. 스토리의 내용입니다. TableCell의 스토리북의
HugeContents 유무를 결정할 수 있습니다. 스토리의 내용입니다. TableCell의 스토리북의 HugeContents 유무를
결정할 수 있습니다. 스토리의 내용입니다.
}
```
### Size
Cell Size를 변경할 수 있습니다.
```tsx
{
parameters: {
docs: {
description: {
story: 'Cell Size를 변경할 수 있습니다.'
}
}
},
render: () =>
large
large
Medium
medium
Small
small
}
```
### Truncate Text
Truncate Text 유무를 결정할 수 있습니다.
```tsx
{
parameters: {
docs: {
description: {
story: 'Truncate Text 유무를 결정할 수 있습니다.'
}
}
},
render: () =>
기본
Truncate 옵션 비활성화
TableCell의 스토리북의 Truncate Text 유무를 결정할 수 있습니다. 스토리의 내용입니다. TableCell의
스토리북의 Truncate Text 유무를 결정할 수 있습니다. 스토리의 내용입니다. TableCell의 스토리북의 Truncate
Text 유무를 결정할 수 있습니다. 스토리의 내용입니다.
TableCell의 스토리북의 Truncate Text 유무를 결정할 수 있습니다.
}
```
### Valign
vertical-align을 변경할 수 있습니다.
```tsx
{
parameters: {
docs: {
description: {
story: 'vertical-align을 변경할 수 있습니다.'
}
}
},
render: () =>
middle
1줄
2줄
3줄
top
1줄
2줄
3줄
bottom
1줄
2줄
3줄
baseline
1줄
2줄
3줄
valign
middle (default)
top
bottom
baseline
1줄
2줄
3줄
middle
top
bottom
baseline
}
```