1.0.0-alpha.4 • Published 7 years ago

action-links v1.0.0-alpha.4

Weekly downloads
3
License
MIT
Repository
-
Last release
7 years ago

Action Links

A Pattern for displaying a confirm button next to a cancel link.

Getting started

npm install action-links

You just need to include this file in your build:

dist/_action-links.scss

Then you can set up your markup like:

<div class="action-links">
    <a href="#nogo" class="action-link__item>Confirm Link</a>
    <a href="#nogo" class="action-link__item>Cancel Link</a>
</div>