@servicensw/form

Form element styles.

Usage no npm install needed!

<script type="module">
  import servicenswForm from 'https://cdn.skypack.dev/@servicensw/form';
</script>

README

@servicensw/form

Form element styles.

Service NSW package documentation and examples
(Login credentials required)

Installation

npm install @servicensw/form --save-dev

How to use

CSS

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