react-checkbox-tree icon indicating copy to clipboard operation
react-checkbox-tree copied to clipboard

Suggestions: how do i customise the UI of the React-check-box-tree

Open bgreatfit opened this issue 3 years ago • 2 comments

Any pointer? thanks

bgreatfit avatar Aug 12 '21 22:08 bgreatfit

The primary way is through adding CSS rules. You can look at the source Sass file to get an idea of what styles the component uses.

jakezatecky avatar Aug 17 '21 01:08 jakezatecky

I tried the usual methods of styling in React but the css file was still overriding my styles. So I copied the css stylesheet locally in my component's folder, pointed the component to it and worked on the styles as I pleased.

worlderland avatar Nov 11 '21 03:11 worlderland