Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frui.ts/bootstrap

Package Overview
Dependencies
Maintainers
5
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frui.ts/bootstrap

Bootstrap controls ready for Frui.ts integration

  • 0.17.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
533
increased by23.38%
Maintainers
5
Weekly downloads
 
Created
Source

bootstrap

Bootstrap controls ready for Frui.ts integration. Mainly input controls wrapped in BindingComponent.

Input

TODO

Select

  • items - list of available values.
  • keyProperty - name of the property in items that contain item's key. Default is "id".
  • textProperty - name of the property in items that contain item's label displayed in the dropdown control. Default is "label".
  • mode - specify if only the key or the whole selected entity should be set to the bound property. Default is "item".
  • allowEmpty - displays an empty item with undefined value.
  • isNumeric - when in the key mode, keys are by default string. If you want to use numbers only, you need to enable this prop.
TODO

Check

You can use all props as in React Boostrap Check, especially:

  • type - specify type of the control: "check" | "radio" | "switch"
  • id - unique identifier used to bind label with the actual <input> control

Moreover, the are the follofing additional props:

  • threeState - if set to true, the control displays indeterminate state if the bound value is null
  • value - this value is set to the bound property when the check is selected. Default set to true so that checkboxes by default.
TODO

Keywords

FAQs

Package last updated on 19 Jul 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc