1

Select the part you want to modify

We offer several parts which can be used like classes. Full list below.

The component is encapsulated in Shadow DOM, which is isolated from the normal DOM.

2

Apply your CSS rules

Set whatever CSS rules you want.

The part lets you target a specific element within a Shadow DOM.

3

Check out the table below

Reference the table below to see what parts we expose.

Alternatively, you can directly inspect the component HTML to see what parts are available.

velt-cursor::part(label-container) {
  border-radius: 0;
}

Part NameWhat does it do?
containerTargets the root cursor container.
huddle-avatar-containerTargets the cursor avatar specific to huddle mode. You can learn more about this in the Huddle Feature.
avatar-containerTargets the avatar container specific to avatar mode.
label-containerTargets the label container.
labelTargets the label text.