Installer
Display a styled package installation command.
Use the Installer component to show a copyable installation command in a styled container.
Pass a command prop with the full install command:
<Installer path="blodemd" command="npm install blodemd" />npm install blodemdIf you omit the command prop, a default command is generated from the path value:
<Installer path="blodemd" />npx @vercel/platform-elements@latest blodemd