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)
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)
Even more docs (26f2d07)
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)
Added `tw-` prefix to all generated IDs so it would be easy to tell they were coming from core ui (12a8111)
Updated ref to have the ability to be passed down to core ui (77eae91)
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)
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)
Put props in alpha order (d281b3d)
Add checked option to Radio (ef9867c)
Prefix form component styles (8448924)
updated props namimg (fa1372f)
changed label to form group (1d69472)
Added radio form component (762a538)