Skip to content

Enalmada/nextui-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46f3d06 · Dec 8, 2023

History

46 Commits
Dec 8, 2023
Oct 19, 2023
Oct 9, 2023
Dec 8, 2023
Dec 7, 2023
Oct 9, 2023
Dec 7, 2023
Oct 4, 2023
Oct 9, 2023
Oct 13, 2023
Oct 4, 2023
Oct 31, 2023
Dec 7, 2023
Dec 8, 2023
Sep 22, 2023
Oct 4, 2023
Oct 31, 2023
Dec 8, 2023
Dec 7, 2023
Dec 8, 2023
Dec 8, 2023
Oct 4, 2023
Oct 18, 2023
Dec 8, 2023
Oct 10, 2023
Oct 9, 2023

Repository files navigation

helper for generating admin pages with nextui

Based on the amazing nextui-dashboard-template. This repo basically takes that template and:

  • abstracts out code that can be considered implementation details, shared, etc
  • adds sorting and pagination

It doesn't add modularization for every possible spot. Feel free to improve it with a PR for anything you need.

Getting Started

Read the documentation

TODO

[ ] add slots across sidebar and top nav for arbitrary components [ ] remove next as a dependency (Image, Router used sidebar)

Alternatives

refine

  • didn't support nextui

Mantine-Admin

  • at the time, v7 wasn't out with tailwind support

React-Admin

  • looked really nice but I some features I desired were enterprise. Wanted something next-ui specific

Build Notes

Contribute

Using changesets so please remember to run "changeset" with any PR.
Give consideration for the summary as it is what will show up in the changelog.