Skip to content

Commit

Permalink
Update components.html
Browse files Browse the repository at this point in the history
fixed naming issue
  • Loading branch information
maitrakhatri committed Feb 6, 2022
1 parent 489cb80 commit 7eba6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ <h3 class="sub-section-title">Checkbox</h3>
<iframe src="https://carbon.now.sh/embed?bg=rgba%28255%2C255%2C255%2C1%29&t=seti&wt=none&l=javascript&width=680&ds=true&dsyoff=20px&dsblur=68px&wc=true&wa=true&pv=56px&ph=56px&ln=false&fl=1&fm=Hack&fs=14px&lh=133%25&si=false&es=2x&wm=false&code=%253Cdiv%2520class%253D%2522checkbox%2522%253E%250A%2520%2520%2520%2520%253Clabel%253EDownload%2520Color%253C%252Flabel%253E%253Cbr%253E%250A%2520%2520%2520%2520%253Cinput%2520type%253D%2522checkbox%2522%2520name%253D%2522color%2522%2520id%253D%2522red%2522%253ERed%250A%2520%2520%2520%2520%253Cinput%2520type%253D%2522checkbox%2522%2520name%253D%2522color%2522%2520id%253D%2522blue%2522%253EBlue%250A%2509%253Cinput%2520type%253D%2522checkbox%2522%2520name%253D%2522color%2522%2520id%253D%2522yellow%2522%253EYellow%250A%253C%252Fdiv%253E" style="width: 622px; height: 281px; border:0; transform: scale(1); overflow:hidden;" sandbox="allow-scripts allow-same-origin"></iframe>
</div>

<h3 class="sub-section-title">Checkbox</h3>
<h3 class="sub-section-title">Radio Button</h3>

<div class="component-container">
<div class="radio-button">
Expand Down

0 comments on commit 7eba6d0

Please sign in to comment.