Page Styling
The nylas-page-styling component is a UI component that allows users to customize the styling of the scheduling page. To use this component, pass a slot custom-page-style-inputs to the nylas-scheduler-editor component with the input fields you want to display. The component will automatically update the appearance object when the input fields are changed. Ensure that the input fields have the name attribute set to the key in the appearance object. If you want to style the Nylas hosted scheduler page, you can use this component to customize the appearance of the page. The fields that can be customized in the Nylas hosted scheduler page are: - Primary color: (name: color) - Company logo: (name: company_logo_url) - Submit button label: (name: submit_button_label) - Thank you message: (name: thank_you_message) This component cannot be used as an independent component. It must be used within the nylas-scheduler-editor component.