New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@consent-management/react

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@consent-management/react

@consent-management/react Transform privacy consent from a compliance checkbox into a fully observable system

  • 0.0.1-rc.2
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source
Koroflow Logo

Transform privacy consent from a compliance checkbox into a fully observable system

GitHub stars CI License Discord

React components for building privacy-first user interfaces.

Features

  • 🎯 Privacy-First Components: Pre-built UI components for consent management
  • 🎨 Highly Customizable: Flexible theming and styling system
  • Accessible: WCAG compliant with full keyboard navigation
  • 🌐 Regulation Ready: Built to meet GDPR, CCPA, and other privacy requirements
  • 🔧 Composable: Uses compound component pattern for maximum flexibility

Documentation

For detailed documentation and examples, visit: https://consent.management/docs/framework/react

Installation

npm install @consent-management/react
# or
yarn add @consent-management/react
# or
pnpm add @consent-management/react

Quick Start

import { ConsentManagerProvider, CookieBanner, ConsentManagerDialog } from "@consent-management/react";

export default function App() {
  return (
    <ConsentManagerProvider>
      <CookieBanner />
      <ConsentManagerDialog/>
      {/* Your app content */}
    </ConsentManagerProvider>
  );
}

License

GNU General Public License v3.0

FAQs

Package last updated on 14 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc