Skip to content

Commit

Permalink
feat(floating-label): add initial implementation of the floating-label
Browse files Browse the repository at this point in the history
  • Loading branch information
rustemgareev committed Mar 12, 2018
1 parent c80bb9b commit 5a6832e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/floating-label/floating-label.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "@material/floating-label/mdc-floating-label";
1 change: 1 addition & 0 deletions material-kit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@import "./components/drawer/drawer";
@import "./components/elevation/elevation";
@import "./components/fab/fab";
@import "./components/floating-label/floating-label";
@import "./components/form-field/form-field";
@import "./components/grid-list/grid-list";
@import "./components/icon-box/icon-box";
Expand Down

0 comments on commit 5a6832e

Please sign in to comment.