We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698fab5 commit 8cfd5a3Copy full SHA for 8cfd5a3
README.md
@@ -57,7 +57,8 @@ Check out the [Webpack template](https://github.com/hperrin/smui-example-webpack
57
<script>
58
import Button from '@smui/button';
59
import Fab from '@smui/fab';
60
- import Textfield, {HelperText} from '@smui/textfield';
+ import Textfield from '@smui/textfield';
61
+ import HelperText from '@smui/textfield/helper-text';
62
import {Label, Icon} from '@smui/common';
63
64
let superText = '';
0 commit comments