import { Toggle } from "twenty-ui"; export const MyComponent = () => { return ( <Toggle value = {true} onChange = {()=>console.log('On Change event')} color="green" toggleSize = "medium" /> ); };
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!