Skip to content

Commit

Permalink
feat(radio): add initial implementation of the radio
Browse files Browse the repository at this point in the history
  • Loading branch information
rustemgareev committed Oct 2, 2017
1 parent 0d03e49 commit a8fca7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/radio/radio.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "@material/radio/mdc-radio";
1 change: 1 addition & 0 deletions material-kit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
@import "./components/linear-progress/linear-progress";
@import "./components/list/list";
@import "./components/menu/menu";
@import "./components/radio/radio";

0 comments on commit a8fca7b

Please sign in to comment.