Represents different color schemes and is specially tailored for light and dark themes.
import { ColorSchemeCard } from "twenty-ui"; export const MyComponent = () => { return ( <ColorSchemeCard variant="Dark" selected={true} /> ); };
Allows users to choose between different color schemes.
import { ColorSchemePicker } from "twenty-ui"; export const MyComponent = () => { return <ColorSchemePicker value="Dark" onChange />; };
As an open-source company, we welcome contributions through Github. Help us keep it up-to-date, accurate, and easy to understand by getting involved and sharing your ideas!