diff --git a/.gitignore b/.gitignore index 30dd713..c1398f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules +.next # Misc .DS_Store diff --git a/api-reference/ui-components.mdx b/api-reference/ui-components.mdx index e9d4ce3..f2ee692 100644 --- a/api-reference/ui-components.mdx +++ b/api-reference/ui-components.mdx @@ -3,7 +3,7 @@ title: 'UI Components' sidebarTitle: 'Overview' --- -UI components are a way of describing some UI when create threads or [events](/events) or building [customer cards](/customer-cards). +UI components are a way of describing some UI when creating threads or [events](/events) or building [customer cards](/customer-cards). For example - this is a button that links to Stripe. @@ -25,7 +25,4 @@ and it looks like this: In the GraphQL API schema, we have two separate unions for Custom Timeline Entry Components and Customer Card Components, but both unions share the same types therefore they can be treated as the same. -To see UI components in action you can experiment with them: - -- in the [Custom Cards playground](https://app.plain.com/developer/customer-cards-playground/) -- in the [Custom Timeline Entry playground](https://app.plain.com/developer/custom-timeline-entry-playground/) +To see UI components in action you can experiment with them in the [UI components playground](https://app.plain.com/developer/ui-components-playground/)