Skip to content

Commit

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

0 comments on commit af0c566

Please sign in to comment.