Socket
Book a DemoInstallSign in
Socket

@s-ui/react-atom-label

Package Overview
Dependencies
Maintainers
92
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-atom-label

> The Label is the name of the associated field, that explains what is the about. It should be clear, concise and short.

latest
Source
npmnpm
Version
1.34.0
Version published
Weekly downloads
4.8K
-4.48%
Maintainers
92
Weekly downloads
 
Created
Source

AtomLabel

The Label is the name of the associated field, that explains what is the about. It should be clear, concise and short.

documentation issue npm

Issues open NPM

Installation

$ npm install @s-ui/react-atom-label --save

Usage

Basic usage

Labels are shown on top of the input form elements by default due to their block type display. Use inline = 'left' or inline = 'right' props to make them inline.

import AtomLabel from '@s-ui/react-atom-label'

return (
  <div>
    <AtomLabel
      name='atomLabelName'
      for='labelName'
      text='Hello label'
      optional='(optional text)'
      inline='( left || right )'
      type='alert' />

    <input id='atomLabelName' type='text' />
  </div>
)

Find full description and more examples in the demo page.

Keywords

@s-ui

FAQs

Package last updated on 03 Nov 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