1.1.2 • Published 21 days ago

@pnx-mixtape/cta v1.1.2

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

@pnx-mixtape/cta

Documentation and examples: CTA

Installation

npm install @pnx-mixtape/cta --save

How to use

CSS

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

HTML

<div class="cta">
  <h2>Title</h2>
  <p>Body content</p>
  <div class="cta__actions">
    <a href="#" class="button button--large button--primary"
      >Let's get started</a
    >
  </div>
</div>
1.1.2

21 days ago

1.1.1

6 months ago

1.1.0

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.1.3

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.14

3 years ago

0.0.12

4 years ago

0.0.13

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.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago