# ion-chip-button A chip-button is an inset button that is placed inside of a chip. ```html Button Chip Icon Chip Avatar Chip ``` ## Properties #### color string The color to use. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. #### disabled boolean If true, the user cannot interact with the chip button. Defaults to `false`. #### fill string Set to `"clear"` for a transparent button style. #### href string Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered. #### mode string The mode determines which platform styles to use. Possible values are: `"ios"` or `"md"`. ## Attributes #### color string The color to use. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. #### disabled boolean If true, the user cannot interact with the chip button. Defaults to `false`. #### fill string Set to `"clear"` for a transparent button style. #### href string Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered. #### mode string The mode determines which platform styles to use. Possible values are: `"ios"` or `"md"`. ---------------------------------------------- *Built with [StencilJS](https://stenciljs.com/)*