From ed936f037878c76a2d2d7d67b8ac491c23c67a62 Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 13 Jul 2024 10:30:28 +0900 Subject: [PATCH] fix(docs): add missing playground title --- src/docs/components/Checkbox.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/components/Checkbox.mdx b/src/docs/components/Checkbox.mdx index c38618c..c0c0686 100644 --- a/src/docs/components/Checkbox.mdx +++ b/src/docs/components/Checkbox.mdx @@ -13,6 +13,8 @@ import Playground from "./CheckboxBlocks/Playground"; A control that allows the user to toggle between checked and not checked. +## Playground + ## Installation