Web Elements (NEW!)
If your product uses React.js, Kolla's Web Elements make it easier than ever to embed Kolla into your product.
import { KollaSDKProvider, ConnectorButton, } from "@kolla/react-sdk"; function App() { return ( // This should be placed near the root of your app // This provides context to all of the Kolla UI components // pass in your consumer token as a prop <KollaSDKProvider token={consumerToken}> // This renders a connector button and will facilitate connecting and disconnecting for whatever user is associated with the provided consumerToken <ConnectorButton connectorID={"slack"} /> </KollaSDKProvider> ); }


Styling the Component
What's Next
Last updated