Composable pill/tag list style selector
Creates pill list styles with configurable theme options. This function enables dynamic style composition based on theme requirements.
Optional
Configuration object for style variants
JSS object with composed styles and appropriate className
// Light theme (default)const styles = composePill();// Dark themeconst styles = composePill({ theme: 'dark' }); Copy
// Light theme (default)const styles = composePill();// Dark themeconst styles = composePill({ theme: 'dark' });
1.7.0
Composable pill/tag list style selector
Creates pill list styles with configurable theme options. This function enables dynamic style composition based on theme requirements.