@pnx-mixtape/form

form component

Usage no npm install needed!

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

README

@pnx-mixtape/form

Documentation and examples: Forms

Installation

npm install @pnx-mixtape/form --save

How to use

CSS

  • PostCSS workflow: @import '@pnx-mixtape/form';
  • Sass/Eyeglass: @import 'mixtape-form';
  • Native CSS: @import url('dist/form.css');
  • Link tag: <link href="dist/form.css" rel="stylesheet" type="text/css">