Components
removed extra exports and prefixes (2d46a43)
properly extend form checkbox, radio, and image selector interfaces for docs (7457647)
basic implementation for image selector (6800e39)
Add documentation (0b0f7ec)
Update content (03a7cfd)
Better redirects and move content to docs/data (b6c9858)
Remove import statements from readme's so they can be automatically generated (1c3aafe)
Update markdown styles and readme content (df6040c)
Remove prop tables from readmes (334e9bc)
Format the docs (30c6cb5)
Merge pull request #622 from web/cg-docs-update Update README, CONTRIBUTING, and component docs (0d45ceb)
added `required` prop to Checkbox, Radio, Select components (2d688af)
Add form and form component props (5b1ec07)
Remove defaultValue from checkbox (7c72333)
Build live preview page for checkbox (6ca850e)
Updated ref to have the ability to be passed down to core ui p2 (5007e7a)
Updated the way we surface data props to consumers (ab75483)
Updated core ui logic for active, target, and tabIndex (6e28bcb)
Added proper logic for tabIndex through the components (e77bd25)
Merge pull request #379 from web/add-default-value-to-input add defaultvalue to input/textarea (19f7c98)
add defaultChecked (e8701e1)
Merge pull request #378 from web/tho/forms-refactor form input refactor (77436d4)
Added missing background color from checked checkboxes - oops, that one slipped through the cracks (b8be9c3)
refactoring toggle inputs - because third times the charm - checkmarks probably aren’t intended to be white in `color-icon-input-checked` (70fa590)
added toggle inputs (72e037a)
add ref to other input elements too (ef37a8b)
Generating the form labels by default (b4ed1d9)
Update token function to error when not used in theme mixin and fix existing issues (f9c0016)
Clean up linting (505bdbf)
Added angle left and right svgs (75eb057)