New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@s-ui/react-molecule-input-field

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-molecule-input-field

`MoleculeInputField` is a component that wraps a composition of Label + Textarea + Validation Messages.

  • 4.8.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.8K
decreased by-3.83%
Maintainers
0
Weekly downloads
 
Created
Source

MoleculeInputField

MoleculeInputField is a component that wraps a composition of Label + Textarea + Validation Messages.

documentation issue npm

Issues open NPM

Installation

$ npm install @s-ui/react-molecule-input-field --save

Usage

After importing the component MoleculeInputField like this

import MoleculeInputField from '@s-ui/react-molecule-input-field'

Basic usage

  <MoleculeInputField
    id="second"
    placeholder="Medium Input"
    leftAddon="http://"
    rightAddon="@schibsted.com"
    label="Description"
    value="In some place of La Mancha which name..."
  />

With successText

  <MoleculeInputField
    id="description2"
    label="Description"
    value="In some place of La Mancha which name..."
    successText="Everything ok!"
  />

With errorText

  <MoleculeInputField
    id="notes"
    label="Notes"
    errorText="All wrong!"
  />

With alertText

  <MoleculeInputField
    id="notes"
    label="Notes"
    alertText="All wrong!"
  />

With helpText

  <MoleculeInputField
    id="description-inline2"
    label="Description"
    helpText="Tu descripción en Latin"
    value="Lorem ipsum dolor sit amet"
  />

Inline

  <MoleculeInputField
    id="description"
    label="Description"
    value="In some place of La Mancha which name..."
    inline
  />

Find full description and more examples in the demo page.

Keywords

FAQs

Package last updated on 04 Feb 2025

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