gallant4473 / reusable-react-components

Contains group of common components (Checkbox, Radio Group, Dropdown, Multiselect dropdown, Modal, Lazy load list and many more to come)
MIT License
7 stars 4 forks source link

How to apply css styles to the MultiSelectDropdown. Unable to add class and id #1

Open AbhaysinghBhosale opened 5 years ago

AbhaysinghBhosale commented 5 years ago

I have used the MultiSelectDropdown component and i am unable to add the className property to this component.

gallant4473 commented 5 years ago

@AbhaysinghBhosale, I haven't included className prop for MultiSelectDrodown component. You can make the css changes to https://github.com/gallant4473/reusable-react-components/blob/master/src/assets/styles/components/_dropdown.scss and add it accordingly in your project for now. I will add it next release.