You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CopilotKit uses CSS variables to make it easay to customize the look and feel of the components. Hover over the interactive UI elements below to see the available CSS variables.
11
+
CopilotKit uses CSS variables to make it easay to customize the look and feel of the components.<br/>
12
+
Hover over the interactive UI elements below to see the available CSS variables.
11
13
12
-
<InteractiveCSSInspector />
14
+
<Callouttype="info">
15
+
Hover over the interactive UI elements below to see the available CSS variables.
16
+
</Callout>
13
17
14
-
## Customize CopilotKit Appearance
18
+
<InteractiveCSSInspector />
15
19
16
20
You can override / customize the CSS, customize the icons, customize labels, swap out react components, and use headless UI. See below.
description: "Fully customize your Copilot's UI from the ground up using headless UI"
4
+
---
5
+
6
+
The built-in Copilot UI can be customized in many ways -- both through css and by passing in custom sub-components.
7
+
8
+
CopilotKit also offers **fully custom headless UI**, through the `useCopilotChat` hook. Everything built with the built-in UI (and more) can be implemented with the headless UI, providing deep customizability.
The built-in Copilot UI can be customized in many ways -- both through css and by passing in custom sub-components.
96
-
97
-
CopilotKit also offers **fully custom headless UI**, through the `useCopilotChat` hook. Everything built with the built-in UI can be implemented with the headless UI, providing deep customizability.
95
+
96
+
CopilotKit also offers **fully custom headless UI**, through the `useCopilotChat` hook. Everything built with the built-in UI (and more) can be implemented with the headless UI, providing deep customizability.
The built-in Copilot UI can be customized in many ways -- both through css and by passing in custom sub-components.
2
+
3
+
CopilotKit also offers **fully custom headless UI**, through the `useCopilotChat` hook. Everything built with the built-in UI (and more) can be implemented with the headless UI, providing deep customizability.
0 commit comments