Forms
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" />