@pnx-mixtape/tag

Tag component

Usage no npm install needed!

<script type="module">
  import pnxMixtapeTag from 'https://cdn.skypack.dev/@pnx-mixtape/tag';
</script>

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';
  • Sass/Eyeglass: @import '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>