Socket
Socket
Sign inDemoInstall

@rmwc/provider

Package Overview
Dependencies
Maintainers
0
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/provider - npm Package Compare versions

Comparing version 14.2.6 to 14.2.7

.babelrc

6

package.json
{
"name": "@rmwc/provider",
"version": "14.2.6",
"version": "14.2.7",
"description": "RMWC Provider component",

@@ -36,5 +36,5 @@ "main": "./index.js",

"dependencies": {
"@rmwc/base": "workspace:*",
"@rmwc/types": "workspace:*"
"@rmwc/base": "14.2.7",
"@rmwc/types": "14.2.7"
}
}

@@ -7,8 +7,6 @@ # Provider

You can wrap your top level App component with RMWC provider to set global configuration options. Just pass the options in as props.
```jsx
`
`
import React from 'react';

@@ -47,4 +45,3 @@ import * as ReactDOM from 'react-dom';

);
`
`;
```

@@ -65,2 +62,3 @@

## RMWCProvider
A provider for setting global options in RMWC.

@@ -70,10 +68,8 @@

| Name | Type | Description |
|------|------|-------------|
| `children` | `ReactNode` | Children to render |
| `icon` | `Partial<IconOptions>` | Global options for icons |
| `ripple` | `boolean` | Enable / Disable interaction ripples globally |
| `tooltip` | `Partial<TooltipOptions>` | Global tooltip options |
| `typography` | `Partial<TypographyOptions>` | Global typography options |
| Name | Type | Description |
| ------------ | ---------------------------- | --------------------------------------------- |
| `children` | `ReactNode` | Children to render |
| `icon` | `Partial<IconOptions>` | Global options for icons |
| `ripple` | `boolean` | Enable / Disable interaction ripples globally |
| `tooltip` | `Partial<TooltipOptions>` | Global tooltip options |
| `typography` | `Partial<TypographyOptions>` | Global typography options |
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