.eslintrc.json | |
|
|
.github/workflows/docs-deploy.yml | |
|
|
.github/workflows/docs-pr.yml | |
|
|
.github/workflows/publish.yml | |
|
|
.github/workflows/push.yml | |
|
|
.gitignore | |
|
|
.nvmrc | |
|
|
.prettierrc | |
|
|
.stylelintrc.json | |
|
|
.vscode/settings.json | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
SECURITY.md | |
|
|
assets/screenshot.png | |
|
|
babel.config.js | 3 | A 0 mins |
|
docs/README.md | |
|
|
docs/babel.config.js | 3 | A 0 mins |
|
docs/docs/docs/consent-banner.md | |
|
|
docs/docs/docs/consent-provider.md | |
|
|
docs/docs/docs/hooks.md | |
|
|
docs/docs/getting-started/examples.md | |
|
|
docs/docs/getting-started/intro.md | |
|
|
docs/docusaurus.config.ts | 59 | A 0 mins |
|
docs/package.json | |
|
|
docs/sidebars.ts | 6 | A 0 mins |
|
docs/src/components/homepage/Demo.tsx | 30 | A 1 hr |
|
docs/src/components/homepage/Hero.module.css | |
|
|
docs/src/components/homepage/Hero.tsx | 23 | A 0 mins |
|
docs/src/components/homepage/features/Feature.module.css | |
|
|
docs/src/components/homepage/features/Feature.tsx | 17 | A 0 mins |
|
docs/src/components/homepage/features/features.tsx | 22 | A 0 mins |
|
docs/src/components/homepage/features/index.module.css | |
|
|
docs/src/components/homepage/features/index.tsx | 16 | A 0 mins |
|
docs/src/css/custom.css | |
|
|
docs/src/pages/index.tsx | 16 | A 0 mins |
|
docs/static/img/favicon.ico | |
|
|
docs/static/img/homepage/compliant.svg | |
|
|
docs/static/img/homepage/customizable.svg | |
|
|
docs/static/img/homepage/react.svg | |
|
|
docs/tsconfig.json | |
|
|
docs/yarn.lock | |
|
|
esbuild.config.mjs | |
|
|
examples/next-v13/README.md | |
|
|
examples/next-v13/next.config.js | 2 | A 0 mins |
|
examples/next-v13/package.json | |
|
|
examples/next-v13/public/next.svg | |
|
|
examples/next-v13/public/vercel.svg | |
|
|
examples/next-v13/src/app/favicon.ico | |
|
|
examples/next-v13/src/app/globals.css | |
|
|
examples/next-v13/src/app/layout.tsx | 46 | A 50 mins |
|