@citizensadvice/forms

This meta package includes all form component styling.

Usage no npm install needed!

<script type="module">
  import citizensadviceForms from 'https://cdn.skypack.dev/@citizensadvice/forms';
</script>

README

Forms npm (scoped)

This meta package includes all form component styling.

Dependencies

Name
@citizensadvice/support
@citizensadvice/text-inputs
@citizensadvice/radios-checkboxes
@citizensadvice/selects
@citizensadvice/buttons
@citizensadvice/validation

Installation

$ npm install @citizensadvice/forms

now import into your stylesheet...

@import '@citizensadvice/forms/index.scss';

You can also make use of the unpkg service, try adding the link below to the head of your HTML file

<link src="https://unpkg.com/@citizensadvice/forms@latest/build/forms.css" />