@pnx-mixtape/form
v3.0.1
Published
form component
Downloads
235
Keywords
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';
- Native CSS:
@import url('dist/form.css');
- Link tag:
<link href="dist/form.css" rel="stylesheet" type="text/css">