Skip to content

Commit

Permalink
fix bad link in ui components (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
DLeyland authored Dec 21, 2023
1 parent 388f342 commit 2517a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.next

# Misc
.DS_Store
Expand Down
7 changes: 2 additions & 5 deletions api-reference/ui-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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/)

0 comments on commit 2517a84

Please sign in to comment.