āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā š shadcn/directory/karthikmudunuri/eldoraui/components/terminal ā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā
npx shadcn@latest add @eldoraui/terminal
</TabsContent>
<TabsContent value="manual">
<Steps>
<Step>Copy and paste the following code into your project.</Step>
components/eldoraui/terminal.tsx
<Step>Update the import paths to match your project setup.</Step>
</Steps> </TabsContent> </Tabs>import Terminal from "@/components/eldoraui/terminal"
<Terminal
command="npx shadcn@latest add 'https://eldoraui.site/r/terminal'"
steps={[
{ text: "~ Project name", bold: true },
{ text: " | terminal-demo" },
{ text: " | cd terminal-demo" },
{ text: "~ Installing UI components", bold: true },
{ text: " | ā eldoraui/terminal" },
]}
pulseInterval={100}
showLocalhost={true}
hostBarTitle="localhost:3000"
hostMessage="New App Created!"
/>
| Prop | Type | Default | Description |
| --------------- | ---------------- | -------------------- | --------------------------------------------- |
| command | string | - | The command to display and type out |
| steps | TerminalStep[] | - | Array of terminal output steps to display |
| pulseInterval | number | 100 | Interval in milliseconds for typing animation |
| showLocalhost | boolean | true | Whether to show the localhost notification |
| hostBarTitle | string | "localhost:3000" | Title for the localhost notification bar |
| hostMessage | string | "New App Created!" | Message for the localhost notification |
| Prop | Type | Default | Description |
| ------ | --------- | ------- | ------------------------------- |
| text | string | - | The text content to display |
| bold | boolean | false | Whether the text should be bold |
ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā