Socket
Socket
Sign inDemoInstall

@twilio-paste/customization

Package Overview
Dependencies
146
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @twilio-paste/customization

The Customization Provider provides functionality to change token values and the style of Paste components.


Version published
Weekly downloads
10K
decreased by-1.35%
Maintainers
4
Install size
192 kB
Created
Weekly downloads
 

Readme

Source

Customization

The Paste CustomizationProvider leverages React's Context to provide the theme object to any descendant components in the tree. For that reason, we recommend wrapping your application at the root level with the Paste CustomizationProvider. This allows all sub-components to retrieve the correct token value for the supplied theme.

import {CustomizationProvider} from '@twilio-paste/customization';

<CustomizationProvider theme={{}}>
  <App />
</CustomizationProvider>

FAQs

Last updated on 31 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc