Skip to content

Enalmada/nextui-admin

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

See module in use in nextjs-boilerplate

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.