mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-25 15:00:49 +02:00
Add keywords and description tags to all pages
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React, { useState } from 'react';
|
||||
import { Helmet } from 'react-helmet';
|
||||
|
||||
import Heading from '../../components/Heading';
|
||||
import RelatedPatterns from '../../components/RelatedPatterns';
|
||||
@@ -12,6 +13,10 @@ const Details: React.FC<{}> = () => {
|
||||
|
||||
return (
|
||||
<DetailsLayout title="Radio switch">
|
||||
<Helmet>
|
||||
<meta name="description" content="Create a radio switch with CSS flexbox" />
|
||||
<meta name="keywords" content="css flexbox, css radio switch, css switch" />
|
||||
</Helmet>
|
||||
<div style={{ padding: '64px 32px' }}>
|
||||
<BrowserFrame
|
||||
content={(
|
||||
|
Reference in New Issue
Block a user