@koroflow/elements

0.0.1-beta.11 • Public • Published
Koroflow Logo

@koroflow/elements

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://koroflow.com/docs/getting-started

Installation

npm install @koroflow/elements
# or
yarn add @koroflow/elements
# or
pnpm add @koroflow/elements

Quick Start

import { ConsentManagerProvider, CookieBanner, ConsentManagerDialog } from "@koroflow/elements";

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

License

GNU General Public License v3.0

Readme

Keywords

none

Package Sidebar

Install

npm i @koroflow/elements

Weekly Downloads

0

Version

0.0.1-beta.11

License

none

Unpacked Size

406 kB

Total Files

175

Last publish

Collaborators

  • burnedchris