# Component/Button/FilterButton > Props: component-button-filterbutton.props.txt ## Examples ### All States ```tsx { args: { children: '전체 필터', count: 3 }, render: args => } ``` ### Base ```tsx { args: { children: '전체 필터', selected: false, count: 3, disabled: false } } ```