# Component/Badge > Props: component-badge.props.txt ## Examples ### Fill ```tsx { render: args => {Object.keys(badge_color_css).map(color => { return ; })} {Object.keys(badge_color_css).map(color => { return ; })} , args: { kind: 'outline', children: 'Label' }, args: { kind: 'fill', children: 'Label' } } ``` ### Icon ```tsx { args: { size: 'small' }, render: args => }> 134 }> 143 }> 134 }> 143 }> Label }> Label }> Label }> Label }> 134 }> 143 }> 134 }> 143 }> Label }> Label }> Label }> Label } ``` ### Outline ```tsx { render: args => {Object.keys(badge_color_css).map(color => { return ; })} {Object.keys(badge_color_css).map(color => { return ; })} , args: { kind: 'outline', children: 'Label' } } ```