--- title: "@elizaos/ui" sidebarTitle: "UI Library" description: "Shared UI primitives, composites, and layout utilities for elizaOS apps." --- `@elizaos/ui` is the React component library every elizaOS app shell builds against. The bundled desktop, mobile, and web shells use it; your own [Framework App](/tracks/framework-app/overview) or white-labeled [Agent App](/tracks/agent-app/overview) can too. ## Install ```bash bun add @elizaos/ui ``` ## Exports | Export | Contents | | ----------------------- | ------------------------------------------------------ | | `@elizaos/ui` | Primitives, composites, layout utilities, hooks. | | `@elizaos/ui/styles` | Base CSS, design tokens, Tailwind preset. | | `@elizaos/ui/docs.css` | Docs-site-specific stylesheet (used by `@elizaos/docs`). | ## Source - Package: [`packages/ui/`](https://github.com/elizaOS/eliza/tree/develop/packages/ui) ## See also - [Apps overview](/apps/overview) - [Framework App](/tracks/framework-app/overview) - [Themes guide](/configuration#ui-theme)