Skip to content
Snippets Groups Projects
Unverified Commit bd5f85fa authored by Kyle Doherty's avatar Kyle Doherty
Browse files

update examples

parent 8c19b678
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@ A standard checkbox.
`;
export const examples = {
"off": <CheckBox />,
"on": <CheckBox checked />,
"on inverted": <CheckBox style={{ color: "#509EE3" }} invertChecked checked />
"Default - Off": <CheckBox />,
"On - Default blue": <CheckBox checked />,
"Purple": <CheckBox checked color='purple' />,
"Yellow": <CheckBox checked color='yellow' />,
"Red": <CheckBox checked color='red' />,
"Green": <CheckBox checked color='green' />,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment