API reference
This section contains the API reference for the AppKit packages.
Modules
appkit- Core library. Provides the core functionality for building Databricks applications.appkit-ui- UI components library. Provides a set of UI primitives for building Databricks apps in React.
Learn more about the architecture of AppKit in the architecture document.
Getting started
To learn how to get started with AppKit, see the getting started guide for AI-assisted and manual quick start options.
Installation
To install the AppKit packages into your existing JavaScript/TypeScript project, use npm or your package manager of choice:
npm install @databricks/appkit
npm install @databricks/appkit-ui