Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@not-govuk/form-group
Advanced tools
A group of form fields.
First install the package into your project:
npm install -S @not-govuk/form-group
Then use it in your code as follows:
import React, { createElement as h } from 'react';
import FormGroup from '@not-govuk/form-group';
export const MyComponent = props => (
<FormGroup
hint="Enter your date of birth"
id="dob"
label="Birthday"
>
Content
</FormGroup>
);
export default MyComponent;
Before working on this package you must install its dependencies using the following command:
pnpm install
Run the unit tests.
npm test
Build the package by compiling the TypeScript source code.
npm run build
Remove any previously built files.
npm run clean
FAQs
A group of form fields.
The npm package @not-govuk/form-group receives a total of 87 weekly downloads. As such, @not-govuk/form-group popularity was classified as not popular.
We found that @not-govuk/form-group demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.