AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Installer
Display a styled package installation command.
Use the Installer component to show a copyable installation command in a styled container.
Basic usage
Pass a command prop with the full install command:
<Installer path="blodemd" command="npm install blodemd" />Install
npm install blodemdDefault command
If you omit the command prop, a default command is generated from the path value:
<Installer path="blodemd" />Install
npx @vercel/platform-elements@latest blodemd