Adding a UI Kit component to your project.
Dialtone is a prerequesite for all UI Kits.See the Dialtone Getting Started guide for instructions on how to install and add Dialtone to your project.
Select the UI kit or kits you want to use. A list of all UI Kits can be found on the Meet the Kits page. A more full list of components can be found in the GitHub Repository.
npm install @dialpad/chatkit
# or
npm install @dialpad/formkit
Import the components you need from the kit and use them in your Vue templates:
import "@dialpad/formkit/vue3/css";
import { DtInputTextField } from '@dialpad/formkit/vue3'
<DtInputTextField
:checkbox="checkbox"
description="Customer inquiries made outside business hours will be sent here"
:errors="errors"
:records="records"
title="Business email for after-hours contacts"
/>
The UI Kits storybooks and GitHub repository have more detailed reference material for each component. If you are interested in adding a new or modifying an existing component within UI Kits, see How to Contribute.
Where to Start documentation last updated Friday, September 4, 2026
fix/popover-modal-zindex-scope