@pnx-mixtape/tag
v1.1.3
Published
Tag component
Keywords
Readme
@pnx-mixtape/tag
Documentation and examples: Tag
Installation
npm install @pnx-mixtape/tag --saveHow 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>