1.0.7 • Published 21 days ago

@pnx-mixtape/button-group v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

@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>
1.0.7

21 days ago

1.0.6

6 months ago

1.0.5

7 months ago

1.0.4

8 months ago

1.0.3

9 months ago

1.0.2

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-alpha.1

1 year ago

1.0.0-alpha.0

2 years ago

0.0.23

2 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago