
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
@use-ui/bootstrap3
Advanced tools
- [CheckBox](api-docs/docs.md#checkbox) - Check box - [Input](api-docs/docs.md#input) - Text input - [Select](api-docs/docs.md#select) - Select with autocomplete, fetch options from server, multiple selected options - [Static](api-docs/docs.md#static) - D
Collection of React components to build forms using @use-ui/hooks.
Consist of form inputs and several additional components.
Each of the form input components uses FormGroup for its rendering, and
accepts FormGroup
props.
Input components accept validation constraint as propertes:
<Input
field={fields.name}
required
minLength={10}
/>
OnChange origins in imperative world with inputs and event listeners. Instead of using onChange on field elements, use useEffect on form data or values.
Make sure values of your options have string type. Number and other types won't work:
<Select
value={currentGroupId}
topic={services.groups}
map={group => ({value: "" + group.id, label: group.name})}
/>
FAQs
- [CheckBox](api-docs/docs.md#checkbox) - Check box - [Input](api-docs/docs.md#input) - Text input - [Select](api-docs/docs.md#select) - Select with autocomplete, fetch options from server, multiple selected options - [Static](api-docs/docs.md#static) - D
The npm package @use-ui/bootstrap3 receives a total of 11 weekly downloads. As such, @use-ui/bootstrap3 popularity was classified as not popular.
We found that @use-ui/bootstrap3 demonstrated a not healthy version release cadence and project activity because the last version was released 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
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.