JSPM

@fluentui/react-input

0.0.0-nightly-20240610-0945.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 162969
  • Score
    100M100P100Q157447F
  • License MIT

Fluent UI React Input component

Package Exports

  • @fluentui/react-input
  • @fluentui/react-input/package.json

Readme

@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:

  1. yarn start
  2. 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.