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

@material/linear-progress

Package Overview
Dependencies
Maintainers
13
Versions
1675
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/linear-progress - npm Package Compare versions

Comparing version 2.3.0 to 3.0.0-alpha.0

LICENSE

7

package.json
{
"name": "@material/linear-progress",
"description": "The Material Components for the web linear progress indicator component",
"version": "2.3.0",
"version": "3.0.0-alpha.0",
"license": "MIT",

@@ -22,3 +22,3 @@ "main": "dist/mdc.linearProgress.js",

"@material/base": "^1.0.0",
"@material/theme": "^1.1.0",
"@material/theme": "^3.0.0-alpha.0",
"tslib": "^1.9.3"

@@ -28,3 +28,4 @@ },

"access": "public"
}
},
"gitHead": "094e507fcfb488303e5adec97f7f985b30e8567e"
}

@@ -39,4 +39,5 @@ <!--docs:

## Usage
## Basic Usage
### HTML Structure
```html

@@ -55,2 +56,17 @@ <div role="progressbar" class="mdc-linear-progress">

### Styles
```scss
@import "@material/linear-progress/mdc-linear-progress";
```
### JavaScript Instantiation
```js
import { MDCLinearProgress } from '@material/linear-progress';
const linearProgress = new MDCLinearProgress(document.querySelector('.mdc-linear-progress'));
```
> See [Importing the JS component](../../docs/importing-js.md) for more information on how to import JavaScript.
### CSS Modifiers

@@ -57,0 +73,0 @@

Sorry, the diff of this file is not supported yet

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