The checkbox is placed inside a label. So when clicking on the label,
diff --git a/client/patterns/tab/Details.tsx b/client/patterns/tab/Details.tsx
index 69e4150..4269f44 100644
--- a/client/patterns/tab/Details.tsx
+++ b/client/patterns/tab/Details.tsx
@@ -1,4 +1,5 @@
import React, { useState } from 'react';
+import { Helmet } from 'react-helmet';
import DetailsLayout from '../../layouts/DetailsLayout';
import BrowserFrame from '../../placeholders/BrowserFrame';
@@ -33,6 +34,10 @@ const Details: React.FC<{}> = () => {
return (
+
+
+
+
= () => {
return (
+
+
+
+
= () => {
return (
+
+
+
+
= () => {
return (
+
+
+
+
Move the mouser over the main element to see the tooltip.
diff --git a/client/patterns/upload-button/Details.tsx b/client/patterns/upload-button/Details.tsx
index 783fd49..d26f7ca 100644
--- a/client/patterns/upload-button/Details.tsx
+++ b/client/patterns/upload-button/Details.tsx
@@ -1,13 +1,17 @@
import React from 'react';
+import { Helmet } from 'react-helmet';
import DetailsLayout from '../../layouts/DetailsLayout';
import BrowserFrame from '../../placeholders/BrowserFrame';
-import Circle from '../../placeholders/Circle';
import Rectangle from '../../placeholders/Rectangle';
const Details: React.FC<{}> = () => {
return (
+
+
+
+
You can click the button to choose a file.
diff --git a/client/patterns/validation-icon/Details.tsx b/client/patterns/validation-icon/Details.tsx
index 2309fe6..4a3320c 100644
--- a/client/patterns/validation-icon/Details.tsx
+++ b/client/patterns/validation-icon/Details.tsx
@@ -1,4 +1,5 @@
import React from 'react';
+import { Helmet } from 'react-helmet';
import DetailsLayout from '../../layouts/DetailsLayout';
import BrowserFrame from '../../placeholders/BrowserFrame';
@@ -6,6 +7,10 @@ import BrowserFrame from '../../placeholders/BrowserFrame';
const Details: React.FC<{}> = () => {
return (
+
+
+
+
= () => {
return (
+
+
+
+
In this pattern, the video is displayed in the background.
diff --git a/client/patterns/wizard/Details.tsx b/client/patterns/wizard/Details.tsx
index 5933dff..d1b9bcf 100644
--- a/client/patterns/wizard/Details.tsx
+++ b/client/patterns/wizard/Details.tsx
@@ -1,4 +1,5 @@
import React from 'react';
+import { Helmet } from 'react-helmet';
import DetailsLayout from '../../layouts/DetailsLayout';
import Block from '../../placeholders/Block';
@@ -9,6 +10,10 @@ import Line from '../../placeholders/Line';
const Details: React.FC<{}> = () => {
return (
+
+
+
+