DocumentationIntroduction
Not Found

Components

Data TableConfirm Action Alert Dialog

Forms

Auto FormCheckboxCombobox AsyncComboboxInputRadio GroupSelectSwitchTextarea

UI

Dropdown Menu
Documentation

Not Found

xxx

VitNode has implemented own 404 page. You can create your own page by modifying the app/[locale]/(main)/not-found.tsx file.

import { ErrorView } from '@vitnode/core/views/error/error-view';

export default function NotFoundPage() {
  return <ErrorView code={404} />;
}
Edit on GitHub

useMobile

A custom hook to determine if the user is on a mobile device

Data Table

A table component with sorting, filtering, and pagination compatible with VitNode API.