Socket
Book a DemoInstallSign in
Socket

@element-public/react-floating-label

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@element-public/react-floating-label

Floating Label component for Element React

latest
npmnpm
Version
5.62.0-alpha.1
Version published
Maintainers
2
Created
Source

FloatingLabel

Description

Floating Label is used to add an animated label to other components. It is not meant as a stand alone component.

Install from Artifactory

  • Verify that you have access to (https://docs.int.bayer.com/cloud/devops/artifactory/)[Bayer Artifactory]
    • Verify your token is correctly set up in your .npmrc as per the link above
  • Verify you have the @element scope configured in your .npmrc
    • @element:registry=https://artifactory.bayer.com/artifactory/api/npm/npm-platforms-engineering/
  • Install the component and themes bundles
    • npm i @element/react-components @element/themes
      • alternatively install the component individually along with the themes bundle npm i @element/react-floating-label @element/themes

Floating Label Props

NameTypeDefaultRequiredDescription
classNamestringundefinedfalseThe css class name to be passed through to the component markup.
floatbooleanfalsefalseThe label will appear in the floating state.
htmlForstringempty stringfalseThe id of the component to trigger on active
shakebooleanfalsefalseThe label will shake briefly when set.

Floating Label Render Props

NameTypeDefaultRequiredDescription
childrenReact.ReactNodenulltrueContent to be rendered inside the label. Expects a string, though accepts any valid markup.

Floating Label Breaking Changes

Description
label (removed): Use children instead.

FAQs

Package last updated on 24 Sep 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