@pnx-mixtape/button-group

1.0.7 • Public • Published

@pnx-mixtape/button-group

Documentation and examples: Button Group

Installation

npm install @pnx-mixtape/button-group --save

How to use

CSS

  • PostCSS workflow: @import '@pnx-mixtape/button-group';
  • Native CSS: @import url('dist/button-group.css');
  • Link tag: <link href="dist/button-group.css" rel="stylesheet" type="text/css">

HTML

<div class="button-group">
  <a href="#" class="button button--primary icon--arrow-left button--icon-only"
    >Previous</a
  >
  <a href="#" class="button button--primary icon--more button--icon-only"
    >Middle</a
  >
  <a href="#" class="button button--primary icon--arrow-right button--icon-only"
    >Next</a
  >
</div>

Readme

Keywords

none

Package Sidebar

Install

npm i @pnx-mixtape/button-group

Weekly Downloads

91

Version

1.0.7

License

MIT

Unpacked Size

3.98 kB

Total Files

5

Last publish

Collaborators

  • previousnext-admin
  • larowlan
  • jptaranto
  • godamage
  • rikki_iki