mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-27 15:59:59 +02:00
style(story): change indent of the radios story
This commit is contained in:
@@ -9,11 +9,12 @@ stories.addDecorator(withKnobs);
|
||||
stories.add('input.radio', () => {
|
||||
const isDark = boolean('is-dark', false) ? 'is-dark' : '';
|
||||
|
||||
return (`
|
||||
<label>
|
||||
return (
|
||||
`<label>
|
||||
<input type="radio" class="nes-radio ${isDark}" name="answer" checked />
|
||||
<span>Yes</span>
|
||||
</label> <label>
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" class="nes-radio ${isDark}" name="answer" />
|
||||
<span>No</span>
|
||||
</label>`
|
||||
|
Reference in New Issue
Block a user