From fb05553c35398b5c6a51cb8d7c22d723540556f4 Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Fri, 19 Mar 2021 06:50:57 -0700 Subject: [PATCH] docs(radio-button): add disabled buttons example --- docs/src/pages/components/RadioButton.svx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/pages/components/RadioButton.svx b/docs/src/pages/components/RadioButton.svx index 54ec568d..3790c289 100644 --- a/docs/src/pages/components/RadioButton.svx +++ b/docs/src/pages/components/RadioButton.svx @@ -55,6 +55,14 @@ Bind the selected value using the `selected` prop. +### Disabled buttons + + + + + + + ### Vertical orientation