mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-12 00:54:45 +02:00
Show cover at top
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
import React, { useState } from 'react';
|
||||
import { Helmet } from 'react-helmet';
|
||||
import Pattern from '../../constants/Pattern';
|
||||
|
||||
import DetailsLayout from '../../layouts/DetailsLayout';
|
||||
import BrowserFrame from '../../placeholders/BrowserFrame';
|
||||
@@ -14,7 +15,7 @@ const Details: React.FC<{}> = () => {
|
||||
const toggle = () => setVisible((v) => !v);
|
||||
|
||||
return (
|
||||
<DetailsLayout title="Toggle password visibility">
|
||||
<DetailsLayout pattern={Pattern.TogglePasswordVisibility}>
|
||||
<Helmet>
|
||||
<meta name="description" content="Create a toggle password visibility with CSS flexbox" />
|
||||
<meta name="keywords" content="css flexbox, toggle password visibility" />
|
||||
|
Reference in New Issue
Block a user