free-react-tailwind-admin-dashboard
free-react-tailwind-admin-dashboard copied to clipboard
Free React Tailwind CSS Admin Dashboard Template - TailAdmin is a free and open-source admin dashboard template built on React and Tailwind CSS, providing developers with everything they need to creat...
userform
we can see all the pages have DefaultLayout rendered in everyPages..
Using `` routes to determine if a route is protected and should be accessible only after some authentication logic. The variable `isAuthenticated` determines whether the user is authenticated and in...
For consistency and to keep the template closer to reality, this PR is removing the SignIn and SignUp pages to be under the DefaultLayout template. It also do a small...
- Add a NotFound wildcard route to handle routes that do not exist in the application
PR Description This PR fixes an issue in the AppLayout component where horizontal scrolling was appearing unexpectedly in the dashboard layout. Problem The main content area () inside AppLayout was...
## Summary This PR fixes a TypeScript linting issue in `CountryMap.tsx`. ## Problem Previously, the `markerStyle.initial` object was type-cast as `any`: ```ts initial: { fill: "#465FFF", r: 4, } as...