muicss/mui

passthrough style-Attribute for Option Component

Open

#288 geöffnet am 6. Sept. 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (4.524 Stars) (441 Forks)batch import
enhancementhelp wantedpriority: medium

Beschreibung

Is there a way to pass the Style parameter to the option element? Maybe also a new feature for this component. I know I can set my own class, but I'd rather use inlinestyles in a suitable place.

<Option
 style={{ color: color, backgroundColor: color }}
 />

br Henry

Contributor Guide