0.0.1-beta.11 • Published 11 months ago

@koroflow/elements v0.0.1-beta.11

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

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