diff --git a/.eslintignore b/.eslintignore
index f13ef456b..9aa71a6e9 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -10,15 +10,6 @@ coverage/
dist/
tmp/
-# Ignore generated files from Stencil
-
-components/components.d.ts
-packages/web-components-angular/src/directives/angular-component-lib/utils.ts
-packages/web-components-angular/src/directives/proxies.ts
-packages/web-components-stencil/loader
-packages/web-components-react/src/react-component-lib/
-packages/web-components-react/src/components.ts
-
# Ignore Next.js project with own ESLint config
apps/rvs.rivm.nl/
diff --git a/.eslintrc.json b/.eslintrc.json
index 22c53ef71..7d61aefff 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -53,20 +53,6 @@
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "import", "eslint-plugin-import"]
},
- {
- "extends": [
- "plugin:react/recommended",
- "eslint-config-prettier",
- "./.eslintrc.js.json",
- "./.eslintrc.react.json"
- ],
- "files": ["**/stencil.tsx", "**/*.stencil.tsx"],
- "parser": "@typescript-eslint/parser",
- "parserOptions": {
- "project": ["packages/web-components-stencil/tsconfig.json"]
- },
- "plugins": ["@typescript-eslint", "import"]
- },
{
"excludedFiles": ["**/stencil.tsx", "**/*.stencil.tsx"],
"extends": [
diff --git a/.gitignore b/.gitignore
index 8bcd5a95d..819f5407e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,6 @@ dist/
tmp/
**/src/generated/
**/src/generated/
-packages/web-components-stencil/src/components.d.ts
# Ignore archives
*.7z
diff --git a/.prettierignore b/.prettierignore
index ad90958d3..870a04b1c 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -17,12 +17,5 @@ package-lock.json
yarn.lock
pnpm-lock.yaml
-
-# Ignore generated files from Stencil
-components/components.d.ts
-packages/web-components-stencil/loader
-packages/web-components-react/src/react-component-lib/
-packages/web-components-react/src/components.ts
-
# Ignore files that are edited from Figma
figma.tokens.json
diff --git a/README.md b/README.md
index 04193f0e0..23e74378c 100644
--- a/README.md
+++ b/README.md
@@ -171,14 +171,12 @@ Vanuit`packages/components-react` krijg je een gedetailleerder overzicht van tes
### Packages
-| Package | Purpose |
-| :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `components-css` | Hier kunnen CSS-componenten toegevoegd worden die nog niet bestaan in de NL Design System-community. |
-| `components-react` | Optioneel voor het toevoegen van een React-wrapper aan een CSS-component als die nog niet bestaat. |
-| `design-tokens` | Hier worden de rijkshuisstijl-thema’s beheerd, voor gebruik met NL Design System zonder thema. Opmerking deze zouden naar proprietary moeten gaan. |
-| `storybook` | Extra componenten en pagina-sjablonen kunnen worden toegevoegd als story voor documentatie en visuele regressietesten. |
-| `web-components-stencil` | Hier kunnen webcomponenten worden toegevoegd voor componenten die nog niet als webcomponent bestaan. |
-| `web-components-react` | Hier kunnen React-webcomponenten toegevoegd worden voor gebruiksgemak. |
+| Package | Purpose |
+| :----------------- | :------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `components-css` | Hier kunnen CSS-componenten toegevoegd worden die nog niet bestaan in de NL Design System-community. |
+| `components-react` | Optioneel voor het toevoegen van een React-wrapper aan een CSS-component als die nog niet bestaat. |
+| `design-tokens` | Hier worden de rijkshuisstijl-thema’s beheerd, voor gebruik met NL Design System zonder thema. Opmerking deze zouden naar proprietary moeten gaan. |
+| `storybook` | Extra componenten en pagina-sjablonen kunnen worden toegevoegd als story voor documentatie en visuele regressietesten. |
### Proprietary
diff --git a/apps/rhc-templates/package.json b/apps/rhc-templates/package.json
index 3107c4326..801b230c7 100644
--- a/apps/rhc-templates/package.json
+++ b/apps/rhc-templates/package.json
@@ -39,8 +39,6 @@
"@rijkshuisstijl-community/font": "workspace:*",
"@rijkshuisstijl-community/rivm-design-tokens": "workspace:*",
"@rijkshuisstijl-community/storybook": "workspace:*",
- "@rijkshuisstijl-community/web-components-react": "workspace:*",
- "@rijkshuisstijl-community/web-components-stencil": "workspace:*",
"@tabler/icons-react": "3.28.1",
"@types/node": "20.17.6",
"@types/react": "19.0.7",
@@ -51,7 +49,6 @@
"@utrecht/page-body-react": "1.0.4",
"@utrecht/page-layout-react": "1.0.4",
"@utrecht/root-react": "1.0.4",
- "@utrecht/web-component-library-react": "3.0.2",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"typescript": "5.7.3"
diff --git a/apps/rvs.rivm.nl/package.json b/apps/rvs.rivm.nl/package.json
index c887a4d17..98f4219bc 100644
--- a/apps/rvs.rivm.nl/package.json
+++ b/apps/rvs.rivm.nl/package.json
@@ -34,8 +34,6 @@
"@rijkshuisstijl-community/components-react": "workspace:*",
"@rijkshuisstijl-community/font": "workspace:*",
"@rijkshuisstijl-community/rivm-design-tokens": "workspace:*",
- "@rijkshuisstijl-community/web-components-react": "workspace:*",
- "@rijkshuisstijl-community/web-components-stencil": "workspace:*",
"@types/node": "20.17.6",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
diff --git a/packages/components-react/package.json b/packages/components-react/package.json
index 7f53e2e89..441a9e910 100644
--- a/packages/components-react/package.json
+++ b/packages/components-react/package.json
@@ -36,7 +36,6 @@
"dependencies": {
"@nl-design-system-candidate/heading-react": "1.0.0",
"@rijkshuisstijl-community/components-css": "workspace:*",
- "@rijkshuisstijl-community/web-components-react": "workspace:*",
"@tabler/icons-react": "3.28.1",
"@utrecht/component-library-react": "7.3.5",
"clsx": "2.1.1",
diff --git a/packages/storybook/config/preview.tsx b/packages/storybook/config/preview.tsx
index a4ad7caf5..bbc21df3a 100644
--- a/packages/storybook/config/preview.tsx
+++ b/packages/storybook/config/preview.tsx
@@ -10,19 +10,13 @@ import '@rijkshuisstijl-community/mijnoverheid-design-tokens/dist/theme.css';
import '@rijkshuisstijl-community/rivm-design-tokens/dist/theme.css';
import '@rijkshuisstijl-community/components-css/dist/index.css';
import { Paragraph } from '@rijkshuisstijl-community/components-react';
-import { defineCustomElements } from '@rijkshuisstijl-community/web-components-stencil/loader/index';
import { withThemeByClassName } from '@storybook/addon-themes';
import { Controls, Description, Primary, Stories, useOf } from '@storybook/blocks';
import { Preview } from '@storybook/react';
import { PageLayout } from '@utrecht/page-layout-react';
import { Root } from '@utrecht/root-react';
-import { defineCustomElements as defineUtrechtCustomElements } from '@utrecht/web-component-library-stencil/loader/index';
import { Fragment } from 'react';
-// Initialize web components
-defineCustomElements();
-defineUtrechtCustomElements();
-
const preview: Preview = {
decorators: [
withThemeByClassName({
diff --git a/packages/storybook/package.json b/packages/storybook/package.json
index ba904d5dc..d902e2ed8 100644
--- a/packages/storybook/package.json
+++ b/packages/storybook/package.json
@@ -44,8 +44,6 @@
"@rijkshuisstijl-community/mijnoverheid-design-tokens": "workspace:*",
"@rijkshuisstijl-community/rivm-design-tokens": "workspace:*",
"@rijkshuisstijl-community/web-components": "workspace:*",
- "@rijkshuisstijl-community/web-components-react": "workspace:*",
- "@rijkshuisstijl-community/web-components-stencil": "workspace:*",
"@storybook/addon-a11y": "8.4.7",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-docs": "8.4.7",
@@ -71,7 +69,6 @@
"@utrecht/page-layout-react": "1.0.4",
"@utrecht/root-react": "1.0.4",
"@utrecht/web-component-library-react": "3.0.2",
- "@utrecht/web-component-library-stencil": "3.0.1",
"@whitespace/storybook-addon-html": "6.1.1",
"axe-playwright": "2.0.3",
"chromatic": "11.24.0",
diff --git a/packages/web-components-react/.gitignore b/packages/web-components-react/.gitignore
deleted file mode 100644
index 2a5d06697..000000000
--- a/packages/web-components-react/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# Ignore generated files from Stencil
-src/components.ts
diff --git a/packages/web-components-react/README.md b/packages/web-components-react/README.md
deleted file mode 100644
index 71a402a5f..000000000
--- a/packages/web-components-react/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-# React Web Components for Rijkhuisstijl
-
-_This project is **not** endorsed by the Dutch Ministry of General Affairs._
-
-**Applying design elements from this project is strictly prohibited for organisations that are not part of the central Government of The Netherlands.**
-
-This project is part of a community iniative to use [NL Design System](https://nldesignsystem.nl) components for projects that need to adhere to Rijkshuisstijl. Organisations from the central Government of the Netherlands (for example: [Belastingdienst](https://www.belastingdienst.nl/), [DUO](https://www.duo.nl), [Logius](http://logius.nl), [SVB](https://www.svb.nl/)), as well as those who are contracted by them to develop websites and apps, are able to collaborate via this project.
-
-## License
-
-This project contains both proprietary and free and open-source software licensed under the [European Union Public License (EUPL) v1.2](LICENSE.md).
-
-### Logo and style guide
-
-Copyright applies to the Rijkshuisstijl logo and Rijkhuisstijl brand identity. Use of logo and brand identity is strictly prohibited for any other use than developing websites and apps for the central Government of The Netherlands.
-
-### Fonts
-
-[Fonts used for the Rijkshuisstijl](https://www.rijkshuisstijl.nl/basiselementen/basiselementen-online/webfonts) are [designed specifcally for the central Government of The Netherlands](https://www.rijkshuisstijl.nl/basiselementen/documenten/verzamelingen-afbeeldingen/2014/06/01/achtergrondartikel-rijkshuisstijl-webfonts) and are not open source. Before applying the web fonts to your project, ensure you have permission from the Rijkshuisstijl. Until you have permission, use fallback fonts instead, such as the system fonts Arial, Verdana or Times New Roman.
-
-## Permission
-
-When you are developing a website for the central Government of the Netherlands, you request permission by [contacting the Ministry of General Affairs](https://www.rijkshuisstijl.nl/contact).
diff --git a/packages/web-components-react/package.json b/packages/web-components-react/package.json
deleted file mode 100644
index b60c2a691..000000000
--- a/packages/web-components-react/package.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "@rijkshuisstijl-community/web-components-react",
- "version": "1.0.0-alpha.109",
- "author": "Community for NL Design System",
- "description": "React web components bundle based on the NL Design System architecture",
- "license": "EUPL-1.2",
- "keywords": [
- "nl-design-system"
- ],
- "private": false,
- "publishConfig": {
- "access": "public",
- "registry": "https://registry.npmjs.org/"
- },
- "repository": {
- "type": "git+ssh",
- "url": "git@github.com:nl-design-system/rijkshuisstijl-community.git",
- "directory": "packages/web-components-react"
- },
- "sideEffects": false,
- "scripts": {
- "prebuild": "npm run clean",
- "build": "tsc -p .",
- "clean": "rimraf dist/"
- },
- "main": "./dist/index.js",
- "module": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "files": [
- "dist/"
- ],
- "peerDependencies": {
- "react": "19",
- "react-dom": "19"
- },
- "devDependencies": {
- "@rijkshuisstijl-community/web-components-stencil": "workspace:*",
- "@types/node": "20.17.6",
- "@types/react": "19.0.1",
- "@types/react-dom": "19.0.1",
- "react": "19.0.0",
- "react-dom": "19.0.0",
- "rimraf": "6.0.1",
- "typescript": "5.7.2"
- },
- "dependencies": {
- "@stencil/react-output-target": "0.7.4"
- }
-}
diff --git a/packages/web-components-react/src/index.ts b/packages/web-components-react/src/index.ts
deleted file mode 100644
index 07635cbbc..000000000
--- a/packages/web-components-react/src/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export * from './components';
diff --git a/packages/web-components-react/tsconfig.json b/packages/web-components-react/tsconfig.json
deleted file mode 100644
index 035ff6b52..000000000
--- a/packages/web-components-react/tsconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "compilerOptions": {
- "target": "ESNext",
- "module": "ESNext",
- "lib": ["DOM", "DOM.Iterable", "ESNext"],
- "moduleResolution": "bundler",
- "jsx": "react",
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true,
- "strict": true,
- "skipLibCheck": true,
- "outDir": "dist",
- "declaration": true,
- "declarationDir": "dist",
- "sourceMap": true
- },
- "include": ["src"],
- "exclude": ["node_modules", "dist", "**/__tests__/**"]
-}
diff --git a/packages/web-components-stencil/.gitignore b/packages/web-components-stencil/.gitignore
deleted file mode 100644
index 42cd274f4..000000000
--- a/packages/web-components-stencil/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-# Ignore generated files from Stencil
-dist/
-loader/
-www/
\ No newline at end of file
diff --git a/packages/web-components-stencil/README.md b/packages/web-components-stencil/README.md
deleted file mode 100644
index 69b377d3f..000000000
--- a/packages/web-components-stencil/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-# Web Components for Rijkhuisstijl
-
-_This project is **not** endorsed by the Dutch Ministry of General Affairs._
-
-**Applying design elements from this project is strictly prohibited for organisations that are not part of the central Government of The Netherlands.**
-
-This project is part of a community iniative to use [NL Design System](https://nldesignsystem.nl) components for projects that need to adhere to Rijkshuisstijl. Organisations from the central Government of the Netherlands (for example: [Belastingdienst](https://www.belastingdienst.nl/), [DUO](https://www.duo.nl), [Logius](http://logius.nl), [SVB](https://www.svb.nl/)), as well as those who are contracted by them to develop websites and apps, are able to collaborate via this project.
-
-## License
-
-This project contains both proprietary and free and open-source software licensed under the [European Union Public License (EUPL) v1.2](LICENSE.md).
-
-### Logo and style guide
-
-Copyright applies to the Rijkshuisstijl logo and Rijkhuisstijl brand identity. Use of logo and brand identity is strictly prohibited for any other use than developing websites and apps for the central Government of The Netherlands.
-
-### Fonts
-
-[Fonts used for the Rijkshuisstijl](https://www.rijkshuisstijl.nl/basiselementen/basiselementen-online/webfonts) are [designed specifcally for the central Government of The Netherlands](https://www.rijkshuisstijl.nl/basiselementen/documenten/verzamelingen-afbeeldingen/2014/06/01/achtergrondartikel-rijkshuisstijl-webfonts) and are not open source. Before applying the web fonts to your project, ensure you have permission from the Rijkshuisstijl. Until you have permission, use fallback fonts instead, such as the system fonts Arial, Verdana or Times New Roman.
-
-## Permission
-
-When you are developing a website for the central Government of the Netherlands, you request permission by [contacting the Ministry of General Affairs](https://www.rijkshuisstijl.nl/contact).
diff --git a/packages/web-components-stencil/package.json b/packages/web-components-stencil/package.json
deleted file mode 100644
index aacc6c9fb..000000000
--- a/packages/web-components-stencil/package.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- "name": "@rijkshuisstijl-community/web-components-stencil",
- "version": "1.0.0-alpha.109",
- "author": "Community for NL Design System",
- "description": "Stencil web components bundle based on the NL Design System architecture",
- "license": "EUPL-1.2",
- "keywords": [
- "nl-design-system"
- ],
- "private": false,
- "publishConfig": {
- "access": "public",
- "registry": "https://registry.npmjs.org/"
- },
- "main": "dist/index.cjs.js",
- "module": "dist/custom-elements/index.js",
- "es2015": "dist/esm/index.mjs",
- "es2017": "dist/esm/index.mjs",
- "types": "dist/types/components.d.ts",
- "collection": "dist/collection/collection-manifest.json",
- "collection:main": "dist/collection/index.js",
- "unpkg": "dist/yyyy/yyyy.esm.js",
- "files": [
- "dist/",
- "loader/"
- ],
- "repository": {
- "type": "git+ssh",
- "url": "git@github.com:nl-design-system/rijkshuisstijl-community.git",
- "directory": "packages/web-components-stencil"
- },
- "scripts": {
- "prebuild": "npm run clean",
- "build": "npm-run-all build:**",
- "build:stencil": "stencil build",
- "build:typescript": "tsc",
- "clean": "rimraf dist/ && rimraf ../web-components-react/src/components.ts",
- "start": "stencil build --dev --watch --serve",
- "watch": "npm-run-all --parallel watch:**",
- "watch:stencil": "chokidar --follow-symlinks --initial --command 'npm run build:stencil' '../../components/**/*.(js|jsx|ts|tsx)'",
- "generate": "stencil generate"
- },
- "devDependencies": {
- "@rijkshuisstijl-community/components-css": "workspace:*",
- "@stencil/react-output-target": "0.7.4",
- "@stencil/sass": "3.0.12",
- "@types/jest": "29.5.14",
- "chokidar-cli": "3.0.0",
- "node-sass-package-importer": "5.3.3",
- "npm-run-all": "4.1.5",
- "rimraf": "6.0.1",
- "tslib": "2.8.1",
- "typescript": "5.7.2"
- },
- "dependencies": {
- "@stencil/core": "4.22.3",
- "clsx": "2.1.1"
- }
-}
diff --git a/packages/web-components-stencil/src/icon-arrow-right/stencil.tsx b/packages/web-components-stencil/src/icon-arrow-right/stencil.tsx
deleted file mode 100644
index 7a9d84f5c..000000000
--- a/packages/web-components-stencil/src/icon-arrow-right/stencil.tsx
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * @license EUPL-1.2
- * Copyright (c) 2021 Community for NL Design System
- */
-
-import { Component, h } from '@stencil/core';
-
-@Component({
- tag: 'rhc-icon-arrow-right',
- shadow: true,
-})
-export class IconArrowRight {
- render() {
- return (
-
- );
- }
-}
diff --git a/packages/web-components-stencil/src/icon-calendar/stencil.tsx b/packages/web-components-stencil/src/icon-calendar/stencil.tsx
deleted file mode 100644
index 50de67ef5..000000000
--- a/packages/web-components-stencil/src/icon-calendar/stencil.tsx
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * @license EUPL-1.2
- * Copyright (c) 2021 Community for NL Design System
- */
-
-import { Component, h } from '@stencil/core';
-
-@Component({
- tag: 'rhc-icon-calendar',
- shadow: true,
-})
-export class IconCalendar {
- render() {
- return (
-
- );
- }
-}
diff --git a/packages/web-components-stencil/src/icon-error/stencil.tsx b/packages/web-components-stencil/src/icon-error/stencil.tsx
deleted file mode 100644
index eace66ba9..000000000
--- a/packages/web-components-stencil/src/icon-error/stencil.tsx
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * @license EUPL-1.2
- * Copyright (c) 2021 Community for NL Design System
- */
-
-import { Component, h } from '@stencil/core';
-
-@Component({
- tag: 'rhc-icon-error',
- shadow: true,
-})
-export class IconError {
- render() {
- return (
-
- );
- }
-}
diff --git a/packages/web-components-stencil/src/icon-info/stencil.tsx b/packages/web-components-stencil/src/icon-info/stencil.tsx
deleted file mode 100644
index 3d7167b44..000000000
--- a/packages/web-components-stencil/src/icon-info/stencil.tsx
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * @license EUPL-1.2
- * Copyright (c) 2021 Community for NL Design System
- */
-
-import { Component, h } from '@stencil/core';
-
-@Component({
- tag: 'rhc-icon-info',
- shadow: true,
-})
-export class IconInfo {
- render() {
- return (
-
- );
- }
-}
diff --git a/packages/web-components-stencil/src/icon-success/stencil.tsx b/packages/web-components-stencil/src/icon-success/stencil.tsx
deleted file mode 100644
index 339998229..000000000
--- a/packages/web-components-stencil/src/icon-success/stencil.tsx
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * @license EUPL-1.2
- * Copyright (c) 2021 Community for NL Design System
- */
-
-import { Component, h } from '@stencil/core';
-
-@Component({
- tag: 'rhc-icon-success',
- shadow: true,
-})
-export class IconSuccess {
- render() {
- return (
-
- );
- }
-}
diff --git a/packages/web-components-stencil/src/icon-warning/stencil.tsx b/packages/web-components-stencil/src/icon-warning/stencil.tsx
deleted file mode 100644
index a4c1436ee..000000000
--- a/packages/web-components-stencil/src/icon-warning/stencil.tsx
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * @license EUPL-1.2
- * Copyright (c) 2021 Community for NL Design System
- */
-
-import { Component, h } from '@stencil/core';
-
-@Component({
- tag: 'rhc-icon-warning',
- shadow: true,
-})
-export class IconWarning {
- render() {
- return (
-
- );
- }
-}
diff --git a/packages/web-components-stencil/src/icon.svg b/packages/web-components-stencil/src/icon.svg
deleted file mode 100644
index e69de29bb..000000000
diff --git a/packages/web-components-stencil/src/index.html b/packages/web-components-stencil/src/index.html
deleted file mode 100644
index 3934a2b3e..000000000
--- a/packages/web-components-stencil/src/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
- Web Components example
-
-
-
-
-
-
-
-
- Info
-
-
diff --git a/packages/web-components-stencil/src/logo.scss b/packages/web-components-stencil/src/logo.scss
deleted file mode 100644
index 89bc36f23..000000000
--- a/packages/web-components-stencil/src/logo.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-/**
- * @license EUPL-1.2
- * Copyright (c) 2021 Community for NL Design System
- */
-
-@use "~@rijkshuisstijl-community/components-css/src/logo/index";
diff --git a/packages/web-components-stencil/src/logo.stencil.tsx b/packages/web-components-stencil/src/logo.stencil.tsx
deleted file mode 100644
index 357c86b42..000000000
--- a/packages/web-components-stencil/src/logo.stencil.tsx
+++ /dev/null
@@ -1,227 +0,0 @@
-/**
- * Copyright (c) 2023 Rijksoverheid
- *
- * Er gelden auteursrechten op het logo en de huisstijl. De Rijksoverheid heeft
- * het beeldmerk als hoogheidsteken gedeponeerd. Daardoor kan zij actie
- * ondernemen tegen een (vermoedelijke) inbreuk op deze rechten. Het gaat dan
- * om het gebruik en de toepassing van het ontwerp van het logo en de
- * huisstijl. Waaronder ook de lettertypes RijksoverheidSerif en
- * RijksoverheidSans.
- */
-
-import { Component, h, Prop } from '@stencil/core';
-
-@Component({
- tag: 'rhc-logo',
- styleUrl: 'logo.scss',
- shadow: true,
-})
-export class Logo {
- @Prop() organisation?: string;
- @Prop() subtitle?: string;
- render() {
- const { organisation, subtitle } = this;
- return (
-