mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-10 08:04:42 +02:00
Show cover at top
This commit is contained in:
@@ -17,7 +17,7 @@ const Details: React.FC<{}> = () => {
|
||||
const toggle = () => setFirstChecked((c) => !c);
|
||||
|
||||
return (
|
||||
<DetailsLayout title="Radio switch">
|
||||
<DetailsLayout pattern={Pattern.RadioSwitch}>
|
||||
<Helmet>
|
||||
<meta name="description" content="Create a radio switch with CSS flexbox" />
|
||||
<meta name="keywords" content="css flexbox, css radio switch, css switch" />
|
||||
|
Reference in New Issue
Block a user