Skip to content

Commit

Permalink
Merge pull request #84 from guastallaigor/add-disabled-state-button
Browse files Browse the repository at this point in the history
feat(button): add disabled state button
  • Loading branch information
BcRikko authored Dec 6, 2018
2 parents 5e556c8 + c9bfa08 commit c5dcd3f
Show file tree
Hide file tree
Showing 7 changed files with 6,756 additions and 7,998 deletions.
8 changes: 8 additions & 0 deletions css/nes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/nes.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/nes.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/buttons.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ stories.add('button', () => {
'is-success': 'is-success',
'is-warning': 'is-warning',
'is-error': 'is-error',
'is-disabled': 'is-disabled',
}, '');
return `<button type="button" class="btn ${extraClass}">Normal</button>`;
});
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h2 class="title">Buttons</h2>
<button type="button" class="btn is-success">Success</button>
<button type="button" class="btn is-warning">Warning</button>
<button type="button" class="btn is-error">Error</button>
<button type="button" class="btn is-disabled">Disabled</button>
</div>
</section>

Expand Down
Loading

0 comments on commit c5dcd3f

Please sign in to comment.