Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { ColorSchemeCard } from "twenty-ui/display"; export const MyComponent = () => { return ( <ColorSchemeCard variant="Dark" selected={true} /> ); };
Scuro
Chiaro
Sistema
vero
React.ComponentPropsWithoutRef<'div'>
div
import { ColorSchemePicker } from "twenty-ui/display"; export const MyComponent = () => { return <ColorSchemePicker value="Dark" onChange />; };
Schema di colori
Was this page helpful?