fraserxu / react-dropdown

🔽 A dead simple dropdown component for React
http://fraserxu.github.io/react-dropdown/
MIT License
670 stars 251 forks source link

Setup specific CSS #42

Open kaiomagalhaes opened 8 years ago

kaiomagalhaes commented 8 years ago

Is there any way to customize the css with some property?

arthurkirsz commented 8 years ago

Yup. The css is here : style.css

For further customization, you can add baseClassName attribute to override the default Dropdown-*** classes.

@fraserxu Could you add those infos to the README ? It could help people using styles with your awesome component :)