Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@brighthr/component-input
Advanced tools
To install, type the following into the command line at the root of your project:
To install, type the following into the command line at the root of your project:
npm i @brighthr/component-input
To implement the Input component into your project you’ll need to add the import:
import Input from '@brighthr/component-input';
After adding import into your project you can use it simply like:
<Input />
Name | Type | Default | Description |
---|---|---|---|
buttonAriaLabel | string | Sets the aria-label for the button if hasOverlay and hasButton are true . | |
disabled | boolean | If true , disables the input. | |
error | boolean | false | If true , shows a red error theme. |
inputSize | 'base' 'xl' | 'base' | Sets the size of the input. |
label | string | Sets the label text. | |
leftIconName | IconName | Sets the icon to display on the left (See Icon component). | |
onClickButton | () => void | Function to handle onclick. | |
required | boolean | false | If true , sets the html input as required and adds the red required text. |
rightIconName | IconName | Sets the icon to display on the right (See Icon component). | |
unit | 'days' 'hrs' 'mins' | Sets the unit to display. |
FAQs
Unknown package
The npm package @brighthr/component-input receives a total of 0 weekly downloads. As such, @brighthr/component-input popularity was classified as not popular.
We found that @brighthr/component-input demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.