Error Page
Error Page component from @bungas/ui
Error Page component from @bungas/ui
The ErrorPage component from Bungas UI.
404
The page you're looking for doesn't exist or has been moved.
500
Something went wrong on our end. Please try again later.
404
The page you're looking for doesn't exist or has been moved.
403
You don't have permission to access this page.
OOPS
Sorry, there was an error with your request. Please try again.
npm install @bungas/uiimport { ErrorPage } from "@bungas/ui"import { ErrorPage } from "@bungas/ui"
export function Example() {
return <ErrorPage />
}404
The page you're looking for doesn't exist or has been moved.
500
Something went wrong on our end. Please try again later.
404
The page you're looking for doesn't exist or has been moved.
403
You don't have permission to access this page.
OOPS
Sorry, there was an error with your request. Please try again.