@citizensadvice/forms
v1.0.3
Published
This meta package includes all form component styling.
Keywords
Readme
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/formsnow 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" />