0.0.1-beta.11 • Published 11 months ago
@koroflow/dev-tools v0.0.1-beta.11
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-toolsQuick 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
0.0.1-beta.11
11 months ago
0.0.1-beta.10
11 months ago
0.0.1-beta.9
11 months ago
0.0.1-beta.8
11 months ago
0.0.1-beta.6
11 months ago
0.0.1-beta.5
11 months ago
0.0.1-beta.4
11 months ago
0.0.1-beta.1
12 months ago
0.0.1-beta.0
12 months ago