Skip to content

Commit

Permalink
feat(components): migrate Selector to TypeScript (#622)
Browse files Browse the repository at this point in the history
* feat(components): migrate Selector to TypeScript

* feat(components): migrate SelectorGroup to TypeScript

* feat(components): update the Selector design
  • Loading branch information
connor-baer authored Jun 25, 2020
1 parent 82daf30 commit 04774eb
Show file tree
Hide file tree
Showing 13 changed files with 362 additions and 339 deletions.
4 changes: 2 additions & 2 deletions scripts/static-styles/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
// Label,
RadioButton,
// Select,
Selector,
// Selector,
Tag,
// TextArea,
Toggle
Expand Down Expand Up @@ -170,7 +170,7 @@ export default {
// getComponentInfo(Select, {
// renderPrefix: PropTypes.element
// }),
{ name: 'selector', component: Selector },
// { name: 'selector', component: Selector },
// TODO: Make React DocGen work with TypeScript
// getComponentInfo(SubHeading, {
// size: ['kilo', 'mega']
Expand Down
Loading

0 comments on commit 04774eb

Please sign in to comment.