Skip to content

Commit bacb102

Browse files
Adding ref to demo app
1 parent f2836ae commit bacb102

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs-v2/pages/connect/components.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,21 @@ In Pipedream, we call triggers and actions [components](/components), which are
1313
result that's exported as output. These components are developed and maintained by Pipedream
1414
and our community and their source code is available in our [public Github repo](https://github.com/PipedreamHQ/pipedream/tree/master/components).
1515

16+
## Implementation
17+
18+
### Use Pipedream's frontend React SDK
19+
- Pipedream provides an SDK that you can use to automatically render React UI components in your application to enable your users to configure and run the triggers and actions
20+
- Style the UI components however you want to match the design of your app, and you can also fork the SDK
21+
- Refer to the [SDK](https://github.com/PipedreamHQ/pipedream/blob/master/packages/connect-react/README.md) to get started
22+
1623
<Callout type="info">
17-
This feature is in **beta**, and we're looking for feedback. Please [let us know](https://pipedream.com/support) how you're using it, what's not working, and what else you'd like to see.
24+
Check out the [public demo app](https://pdrm.co/connect) to see the API and SDK in action. You can also [run it locally and explore the code](https://github.com/PipedreamHQ/pipedream-connect-examples/tree/master/connect-react-demo).
1825
</Callout>
1926

27+
### Use your own frontend
28+
- See below to get started with the REST API
29+
- Refer to the [full API reference](/connect/api#components) for supported SDK methods as well
30+
2031
## Getting started
2132

2233
<Callout type="info">

0 commit comments

Comments
 (0)