Customize how and where you want to collaborate
The Settings
component renders a set of preferences and third party connections for tools like Slack, Monday, Linear, Asana and Jira.
This component pairs well with:
import { Settings } from "@cord-sdk/react";
export const Example = () => (
<div>
<Settings />
</div>
);
This component is not configurable
These can be used to customize the component. You can learn more about customization here.
--cord-settings-background-color:
var(--cord-color-base, #FFFFFF);