The Settings
component renders a set of preferences and third party connections for tools like Slack, Monday, Linear, Asana and Jira.
The look and feel of the component can be fully customized using CSS Variables.
import { Settings } from "@cord-sdk/react";
export const Example = () => (
<div>
<Settings />
</div>
);
<cord-settings />
On this page