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

@rmwc/provider

Package Overview
Dependencies
Maintainers
1
Versions
165
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.8 to 14.2.9

index.d.ts

6

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

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

"dependencies": {
"@rmwc/base": "14.2.8",
"@rmwc/types": "14.2.8"
"@rmwc/base": "14.2.9",
"@rmwc/types": "14.2.9"
}
}

@@ -7,6 +7,8 @@ # 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';

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

);
`;
`
```

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

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

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

| 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