Socket
Socket
Sign inDemoInstall

@featherds/input-helper

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/input-helper

To make the input wrapper easier to use we have also created a mixin that goes along with it.


Version published
Weekly downloads
193
decreased by-51.87%
Maintainers
2
Weekly downloads
 
Created
Source

How to use InputWrapper

To make the input wrapper easier to use we have also created a mixin that goes along with it.

<InputWrapper :for="inputId" :raised="isRaised" :focused="focused">
  ....
</InputWrapper>
  • for should be an ID of the input control that the label is for.
  • raised should be set to true when the label needs to be raised.
  • focused should be set to true when the wrapper needs to be in a focused state.

InputSubText

<InputSubText :id="descriptionId"></InputSubText>
  • id should be the ID you want the subText to have. This ID is generally used in an aria-describedby.

Keywords

FAQs

Package last updated on 26 May 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