File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,15 @@ export const WithLegendAsAPageHeading: Story = {
7575 ) ,
7676} ;
7777
78+ export const WithLegendHTML : Story = {
79+ name : 'With HTML' ,
80+ render : ( ) => (
81+ < Fieldset >
82+ < Fieldset . Legend > What is your address? < strong > small note: this is your home address</ strong > </ Fieldset . Legend >
83+ </ Fieldset >
84+ ) ,
85+ } ;
86+
7887export const WithCustomLegendSizeS : Story = {
7988 name : 'With Bold Text (S)' ,
8089 render : ( ) => (
@@ -110,12 +119,3 @@ export const WithCustomLegendSizeXL: Story = {
110119 </ Fieldset >
111120 ) ,
112121} ;
113-
114- export const WithLegendHTML : Story = {
115- name : 'With HTML' ,
116- render : ( ) => (
117- < Fieldset >
118- < Fieldset . Legend > What is your address? < strong > small note: this is your home address</ strong > </ Fieldset . Legend >
119- </ Fieldset >
120- ) ,
121- } ;
You can’t perform that action at this time.
0 commit comments