A react component that
- visualizes user access rights in a crosstab format
- supports building roles from the given access rights
Built with Tanstack Table + Tailwind
Clone the project
git clone https://github.com/jkbh/access-table
Go to the project directory
cd access-table
Install dependencies
npm install
Start the server
npm run dev