@flxaco/post

Post or Article component.

Usage no npm install needed!

<script type="module">
  import flxacoPost from 'https://cdn.skypack.dev/@flxaco/post';
</script>

README

@flxaco/post

Post or Article component.

Installation

npm install @flxaco/post --save-dev

How to use

CSS

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