jakezatecky / react-checkbox-tree

A simple and elegant checkbox tree for React.

Home Page:https://jakezatecky.github.io/react-checkbox-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bgreatfit opened this issue · comments

Any pointer? thanks

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.

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.