Composable link style selector
Creates link styles with configurable color options for different backgrounds. This function enables dynamic style composition for various link color needs.
Optional
Configuration object for style variants
JSS object with composed styles and appropriate className
// Red link (default)const styles = composeLink();// White link for dark backgroundsconst styles = composeLink({ color: 'white' }); Copy
// Red link (default)const styles = composeLink();// White link for dark backgroundsconst styles = composeLink({ color: 'white' });
1.7.0
Composable link style selector
Creates link styles with configurable color options for different backgrounds. This function enables dynamic style composition for various link color needs.