Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@gluestack-ui/form-control
Advanced tools
A universal headless form-control component for React Native, Next.js & React
To use @gluestack-ui/form-control
, all you need to do is install the
@gluestack-ui/form-control
package:
$ yarn add @gluestack-ui/form-control
# or
$ npm i @gluestack-ui/form-control
By using FormControl, developers can provide important context to form elements. This context can include whether the element is invalid, disabled, or required. Here's an example how to use this package to create one:
import {
Root,
Error,
ErrorText,
ErrorIcon,
Label,
LabelText,
LabelAstrick,
Helper,
HelperText,
} from '../components/core/form-control/styled-components';
import { createFormControl } from '@gluestack-ui/form-control';
const FormControl = createFormControl({
Root,
Error,
ErrorText,
ErrorIcon,
Label,
LabelText,
LabelAstrick,
Helper,
HelperText,
});
Default styling of all these components can be found in the components/core/form-control file. For reference, you can view the source code of the styled form-control
components.
// import the styles
import {
Root,
Error,
ErrorText,
ErrorIcon,
Label,
LabelText,
LabelAstrick,
Helper,
HelperText,
} from '../components/core/form-control/styled-components';
// import the createFormControl function
import { createFormControl } from '@gluestack-ui/form-control';
// Understanding the API
const FormControl = createFormControl({
Root,
Error,
ErrorText,
ErrorIcon,
Label,
LabelText,
LabelAstrick,
Helper,
HelperText,
});
// Using the FormControl component
export default () => (
<FormControl>
<FormControlLabel>
<FormControlLabelText></FormControlLabelText>
</FormControlLabel>
<Input />
<FormControlHelper>
<FormControlHelperText></FormControlHelperText>
</FormControlHelper>
<FormControlError>
<FormControlErrorIcon>
<AlerCircleIcon />
</FormControlErrorIcon>
<FormControlErrorText></FormControlErrorText>
</FormControlError>
</FormControl>
);
More guides on how to get started are available here.
FAQs
A universal headless form-control component for React Native, Next.js & React
The npm package @gluestack-ui/form-control receives a total of 0 weekly downloads. As such, @gluestack-ui/form-control popularity was classified as not popular.
We found that @gluestack-ui/form-control demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 16 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.