Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@smui/line-ripple

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/line-ripple - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.11

11

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc