Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt
Use this file to discover all available pages before exploring further.
CSPProvider
Provides a default Content Security Policy (CSP) configuration for Base UI components that require inline<style> or <script> tags.
Import
Component Signature
Props
The content to be wrapped by the CSP provider.
The nonce value to apply to inline
<style> and <script> tags.Whether inline
<style> elements created by Base UI components should not be rendered. Instead, components must specify the CSS styles via custom class names or other methods.