diff --git a/packages/paste-website/src/pages/customization/customization-provider.mdx b/packages/paste-website/src/pages/customization/customization-provider.mdx index a70b355acd..549186622b 100644 --- a/packages/paste-website/src/pages/customization/customization-provider.mdx +++ b/packages/paste-website/src/pages/customization/customization-provider.mdx @@ -5,8 +5,11 @@ export const meta = { slug: '/customization/customization-provider/', }; -import {PageHeaderSeparator} from '@twilio-paste/page-header' -import {Separator} from '@twilio-paste/separator' +import {PageHeaderSeparator} from '@twilio-paste/page-header'; +import {Anchor} from '@twilio-paste/anchor'; +import {Separator} from '@twilio-paste/separator'; +import {Callout} from '@twilio-paste/callout'; +import {InlineCode} from '@twilio-paste/inline-code'; import PackageJSON from '@twilio-paste/customization/package.json'; import Changelog from '@twilio-paste/customization/CHANGELOG.md'; import {ThemeObjectDisplay} from '../../components/ThemeObjectDisplay'; @@ -45,9 +48,18 @@ export const getStaticProps = async () => { -The `CustomizationProvider` provides a central place for customizations to be applied to an application that is using Paste. - -Say you want to build a web application or website using Paste, but want to have your own look and feel—the `CustomizationProvider` exists to do just that. + + This page is not for Twilio employees! + + If you're a Twilio employee, check out{' '} + + How to build custom UI with Paste tokens and primitives + {' '} + to learn how and when to build custom components in a Twilio feature. You should not use CustomizationProvider inside ThemeProvider, and it likely won't give you the styles you expect. Customization Provider only accepts base themes of default and dark for Twilio customers to use. + + + +The `CustomizationProvider` provides a central place for customizations to be applied to an application using Paste. If you want to build a web application or website using Paste, but want to have your own look and feel—the `CustomizationProvider` exists to do just that. If you’re a Flex customer, and want to build a Flex plugin that follows your brand guidelines, the `CustomizationProvider` can be used for that as well.