This package contains basic .c-btn
component styling.
npm install @zendeskgarden/css-buttons
Once installed, button CSS can be accessed via postcss-import
.
@import '@zendeskgarden/css-buttons';
Button CSS is intended to enhance the following HTML.
<button class="c-btn">CLICK ME</button>
See http://zendeskgarden.github.io/css-components/?path=/story/components-buttons for various button modification classes.