agent-elements
No description available.
File Explorer
- index.ts
- opengraph-image.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- opengraph-image.tsx
- page.tsx
- opengraph-image.tsx
- page.tsx
- layout.tsx
- route.ts
- route.ts
- route.ts
- api-reference.ts
- app-logo.tsx
- cli-commands.tsx
- component-example-preview.tsx
- component-preview.tsx
- component-source.tsx
- doc-code-block.tsx
- doc-code-copy.tsx
- doc-nav-button.tsx
- doc-page-shell.tsx
- docs-code-block.tsx
- docs-code-icons.tsx
- github-icon.tsx
- github-stars.tsx
- preview-code-tabs.tsx
- search-context.tsx
- search-modal.tsx
- search-trigger.tsx
- showcase-grid.tsx
- sidebar-icons.tsx
- sidebar.tsx
- site-layout.tsx
- theme-icon.tsx
- theme-provider.tsx
- component-docs.ts
- component-showcase.tsx
- sidebar.ts
- component-source.ts
- search.ts
- wrap-example-code.ts
- route.ts
- route.ts
- component-page-markdown.ts
- component-seo.ts
- doc-nav.ts
- page-metadata.ts
- apple-icon.png
- bg-logo.tsx
- favicon.ico
- globals.css
- icon.png
- layout.tsx
- manifest.ts
- opengraph-image.tsx
- page.tsx
- robots.ts
- sitemap.ts
- attachment-button.tsx
- file-attachment.tsx
- input-typing.tsx
- mode-selector.tsx
- model-picker.tsx
- popover.tsx
- send-button.tsx
- suggestions.tsx
- question-prompt.tsx
- question-tool.tsx
- action-row.tsx
- bash-tool.tsx
- edit-tool.tsx
- generic-tool.tsx
- mcp-tool.tsx
- plan-tool.tsx
- search-tool.tsx
- subagent-tool.tsx
- thinking-tool.tsx
- todo-tool.tsx
- tool-approval-footer.tsx
- tool-group.tsx
- tool-registry.ts
- tool-renderer.tsx
- tool-router.ts
- tool-row-base.tsx
- agent-chat.tsx
- error-message.tsx
- image-lightbox.tsx
- input-bar.tsx
- markdown.tsx
- message-list.tsx
- spiral-loader-data.ts
- spiral-loader.tsx
- text-shimmer.tsx
- user-message.tsx
- use-streaming-text.ts
- use-tool-complete.ts
- file-ext-icon.tsx
- mode-icons.tsx
- source-icons.ts
- timeline.ts
- cn.ts
- contrast.ts
- format-tool.ts
- load-google-font.ts
- tool-adapters.ts
- tool-part-normalizer.ts
- agent-ui.css
- create-an-chat.ts
- icons.tsx
- index.ts
- models.ts
- theme.ts
- types.ts
- og.tsx
- utils.ts
- Geist-Medium.ttf
- Geist-Regular.ttf
- Geist-SemiBold.ttf
- agent-chat.json
- attachment-button.json
- bash-tool.json
- edit-tool.json
- error-message.json
- file-attachment.json
- generic-tool.json
- index.json
- input-bar.json
- markdown.json
- mcp-tool.json
- message-list.json
- mode-selector.json
- model-picker.json
- plan-tool.json
- question-tool.json
- search-tool.json
- send-button.json
- spiral-loader.json
- subagent-tool.json
- suggestions.json
- text-shimmer.json
- thinking-tool.json
- todo-tool.json
- tool-group.json
- user-message.json
- build-registry.mts
- README.md
- SKILL.md
- .gitignore
- components.json
- eslint.config.mjs
- LICENSE
- next.config.ts
- package.json
- pnpm-lock.yaml
- postcss.config.mjs
- README.md
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
// repository documentation
Was this content helpful?
(0 ratings)
