From 4691cbbbf00c576f9c6d0d0bbdb8ebef3103f923 Mon Sep 17 00:00:00 2001 From: Matthew Rollinson Date: Wed, 22 Apr 2026 17:20:48 +0100 Subject: [PATCH] Add nuxt-c15t --- icons/c15t.svg | 123 +++++++++++++++++++++++++++++++++++++++++++++++ modules/c15t.yml | 18 +++++++ 2 files changed, 141 insertions(+) create mode 100644 icons/c15t.svg create mode 100644 modules/c15t.yml diff --git a/icons/c15t.svg b/icons/c15t.svg new file mode 100644 index 000000000..d4985170c --- /dev/null +++ b/icons/c15t.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/c15t.yml b/modules/c15t.yml new file mode 100644 index 000000000..ebf20065e --- /dev/null +++ b/modules/c15t.yml @@ -0,0 +1,18 @@ +name: c15t +description: >- + Nuxt module for c15t consent management — reactive composables, headless + components, Nuxt Scripts integration, and vendor-aware cookie policy tables +repo: rolleyio/nuxt-c15t +npm: nuxt-c15t +icon: c15t.svg +github: https://github.com/rolleyio/nuxt-c15t +website: https://nuxt-c15t.rolley.io +learn_more: '' +category: Extensions +type: 3rd-party +maintainers: + - name: Matthew Rollinson + github: matt-rolley +compatibility: + nuxt: '>=3.0.0' + requires: {}