quick-guard-ui
v1.0.3
Published
A lightweight and type-safe Role-Based Access Control (RBAC) library for React and Next.js.
Readme
Quick-Guard-UI
The fastest way to implement Role-Based Access Control (RBAC) in your React & Next.js applications.
quick-guard-ui is a tiny library that helps you easily manage component access control (RBAC). It supports Client-side rendering and features strong Type-safety for TypeScript.
Features
- Lightweight: Extremely small size with no heavy dependencies.
- Flexible: Can be used as a Wrapper Component or via Hooks.
- Type-safe: Written in 100% TypeScript.
- Next.js Ready: Supports integration with Next.js (App Router) and popular Auth tools.
Installation
npm install quick-guard-ui
# or
yarn add quick-guard-ui