# Container/SectionTitle > Props: container-sectiontitle.props.txt ## Examples ### Base ```tsx { args: { caption: 'caption', title: 'Title', description: 'Body Text', textButton: }> Label , actions: } } ``` ### Custom ```tsx { args: { direction: 'vertical', caption: 'caption', title: 'Title', description: <> Multi Body Text
Multi Body Text
Multi Body Text
Multi Body Text , actions: } } ``` ### Size With Horizontal ```tsx { render: () => {['small', 'medium', 'large'].map(size => { return }> Label } actions={} /> ; })} } ``` ### Size With No Margin Bottom ```tsx { render: () => {['small', 'medium', 'large'].map(size => { return }> Label } actions={} /> ; })} {['small', 'medium', 'large'].map(size => { return }> Label } actions={} /> ; })} } ``` ### Size With Vertical ```tsx { render: () => {['small', 'medium', 'large'].map(size => { return }> Label } actions={} /> ; })} } ``` ### Title Action Only ```tsx { args: { title: 'Title', mb: 0, actions: } } ``` ### Vertical ```tsx { args: { direction: 'vertical', caption: 'caption', title: 'Title', description: 'Body Text', actions: } } ```