browser-demo-2
eldoraui/browser-demo-2FreeExample
Example showing a browser-demo-2 component.
Live preview
live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://eldoraui.site/r/browser-demo-2.jsonSource
1import { Browser } from "@/registry/eldoraui/browser"23export function BrowserDemo2() {4 return (5 <div className="mx-auto h-[620px]">6 <Browser7 initialUrl="https://www.eldoraui.site"8 showWindowControls={true}9 showBookmarksBar={true}10 showStatusBar={true}11 enableTabManagement={true}12 enableBookmarks={true}13 enableHistory={true}14 enableDownloads={true}15 enableSettings={true}16 maxTabs={8}17 simulateLoading={true}18 loadingDuration={1500}19 />20 </div>21 )22}
What it pulls in
Other registry items
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| animated-badge-demoanimated-badge-demo | eldoraui | Examples | Free | no deps | |
| animated-frameworks-demoanimated-frameworks-demo | eldoraui | Examples | Free | no deps | |
| animated-grid-pattern-demoanimated-grid-pattern-demo | eldoraui | Examples | Free | no deps | |
| animated-list-demoanimated-list-demo | eldoraui | Examples | Free | no deps | |
| animated-shiny-button-demoanimated-shiny-button-demo | eldoraui | Examples | Free | no deps | |
| blur-in-text-demoblur-in-text-demo | eldoraui | Examples | Free | no deps | |
| browser-demobrowser-demo | eldoraui | Examples | Free | no deps | |
| card-flip-hover-democard-flip-hover-demo | eldoraui | Examples | Free | no deps |
