# Component/Ul > Props: component-ul.props.txt ## Examples ### Base ```tsx { render: args => } ``` ### Outside ```tsx { render: args => , args: { position: 'outside' } } ```