![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.