From 60f54fb2c5f656cc775d52637e1ef95bde5949f5 Mon Sep 17 00:00:00 2001 From: Michael Jordan Date: Thu, 22 Jun 2023 15:50:17 -0400 Subject: [PATCH] fix(radio): fix radio documentation usage of sp-field-label[for] and sp-radio-group[id] --- packages/radio/README.md | 48 +++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/packages/radio/README.md b/packages/radio/README.md index d9c4cf6f82..2ca805fb2d 100644 --- a/packages/radio/README.md +++ b/packages/radio/README.md @@ -37,7 +37,7 @@ import { ```html - + Option 1 Option 2 Option 3 @@ -50,7 +50,7 @@ import { ```html - + Option 1 Option 2 Option 3 @@ -63,7 +63,7 @@ import { ```html - + Option 1 Option 2 Option 3 @@ -76,7 +76,7 @@ import { ```html - + Option 1 Option 2 Option 3 @@ -94,24 +94,30 @@ Standard radio buttons are the default style for radio buttons. They are optimal ```html-live
-

Default

- + +

Default

+
+ Kittens Puppies
-

Invalid

- + +

Invalid

+
+ Kittens Puppies
-

Disabled

- + +

Disabled

+ + Kittens Puppies @@ -126,24 +132,30 @@ Emphasized radio buttons are a secondary style for radio buttons. The blue color ```html-live
-

Default

- + +

Default

+
+ Kittens Puppies
-

Invalid

- + +

Invalid

+
+ Kittens Puppies
-

Disabled

- + +

Disabled

+ + Kittens Puppies @@ -174,7 +186,7 @@ Help text can be accessibly associated with an `` element by usi What is your favorite ice cream flavor?
` element by usi What is your favorite ice cream flavor?