@smui/line-ripple
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-beta.11](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2019-09-06) | ||
### Bug Fixes | ||
* import styles correctly ([37e6fa6](https://github.com/hperrin/svelte-material-ui/commit/37e6fa6)) | ||
# [1.0.0-beta.10](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2019-09-03) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui/line-ripple", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"description": "Svelte Material UI - Line Ripple", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "78bdf3fc7b07f1c48e390d652831bc70b2a6890f" | ||
"gitHead": "a493caeacb09d3d5d0b9f834816e21b08b857633" | ||
} |
@@ -17,4 +17,22 @@ # Svelte Material UI - Line Ripple | ||
todo... | ||
```html | ||
<script> | ||
import Textfield, {Input} from '@smui/textfield'; | ||
import FloatingLabel from '@smui/floating-label'; | ||
import LineRipple from '@smui/line-ripple'; | ||
let name = ''; | ||
</script> | ||
<!-- | ||
Normally you wouldn't provide a line ripple, but you can manually set up a | ||
textfield like this: | ||
--> | ||
<Textfield> | ||
<Input bind:value={name} id="name-input" /> | ||
<FloatingLabel for="name-input">Name</FloatingLabel> | ||
<LineRipple /> | ||
</Textfield> | ||
``` | ||
# Demo | ||
@@ -21,0 +39,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15363
45