Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@fluentui/react-input

Package Overview
Dependencies
Maintainers
10
Versions
1067
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-input

Fluent UI React Input component

latest
Source
npmnpm
Version
9.7.7
Version published
Weekly downloads
208K
-14.68%
Maintainers
10
Weekly downloads
 
Created
Source

@fluentui/react-input

React Input components for Fluent UI React

Inputs give people a way to enter and edit text.

Usage

Import Input:

import { Input } from '@fluentui/react-components';

Examples

<Input defaultValue="Hello, World!" />
<Input value={value} onChange={onInputChange} />

See Fluent UI Storybook for more detailed usage examples.

Alternatively, run Storybook locally with:

  • yarn start
  • Select react-input from the list.

Specification

See Spec.md

Upgrade Guide

If you're upgrading to Fluent UI v9 see the upgrade guide in Storybook under Concepts > Upgrading.

FAQs

Package last updated on 08 Oct 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