# Component/Text/BaseText > Props: component-text-basetext.props.txt ## Examples ### Alignment ```tsx { args: { as: 'div', alignment: 'center', children: '지그재그 파트너센터에 오신 것을 환영합니다!' } } ``` ### Base ```tsx { args: { children: '지그재그 파트너센터에 오신 것을 환영합니다!' } } ``` ### Inherit ```tsx { render: args =>