@pnx-mixtape/tag
v1.1.3
Published
Tag component
Downloads
46
Keywords
Readme
@pnx-mixtape/tag
Documentation and examples: Tag
Installation
npm install @pnx-mixtape/tag --save
How to use
CSS
- PostCSS workflow:
@import '@pnx-mixtape/tag';
- Native CSS:
@import url('dist/tag.css');
- Link tag:
<link href="dist/tag.css" rel="stylesheet" type="text/css">
HTML
<a href="#" class="tag">Title</a>