0.0.1-beta.11 • Published 11 months ago

@koroflow/dev-tools v0.0.1-beta.11

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

GitHub stars CI License Discord

Documentation

For detailed documentation and examples, visit: https://koroflow.com/docs/guides/dev-tool

Installation

npm install @koroflow/dev-tools
# or
yarn add @koroflow/dev-tools
# or
pnpm add @koroflow/dev-tools

Quick Start

import { ConsentManagerProvider, CookieBanner, ConsentManagerDialog } from "@koroflow/elements";
import { DevTools } from "@koroflow/dev-tools";

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

License

GNU General Public License v3.0