Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

React-based typeahead component that uses Bootstrap as a base for styles and behaviors.

License

NotificationsYou must be signed in to change notification settings

tacitknowledge/react-bootstrap-typeahead

 
 

Repository files navigation

React-based typeahead component that uses Bootstrap as a base for styles and behaviors and supports both single- and multi-selection. The UI and behaviors are inspired by Twitter'stypeahead.js. Try thelive examples.

npm versionnpm downloadsbuild statuscdnjs

Please note that this library is under active development and the APIs may change. The documentation below applies to the most recent version and may no longer be applicable if you're using an outdated version.

Installation

Use NPM to install the module:

$ npm install --save react-bootstrap-typeahead

Include the module in your project:

import{Typeahead}from'react-bootstrap-typeahead';// ES2015varTypeahead=require('react-bootstrap-typeahead').Typeahead;// CommonJS

Minified and unminified UMD modules are also included in the NPM package, or you canget them from CDNJS.

Documentation

CSS

The component tries to use as little CSS as possible, relying primarily on Bootstrap or any Bootstrap themes for styling. Some minimal CSS comes with the module and should be included wherever you're using the component.

Examples

Try thelive examples, which also include code samples. If you'd like to modify the examples, clone the repository,npm install andnpm run example to build the example file. You can then open the HTML file locally in your browser.

Browser Support

Recent versions of the following browsers are supported:

  • Chrome
  • Firefox
  • IE (10/11)
  • Safari

Special thanks toBrowserStack for providing cross-browser testing support.

http://i.imgur.com/9aLP6Fx.png?1

License

MIT

About

React-based typeahead component that uses Bootstrap as a base for styles and behaviors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript95.3%
  • CSS4.0%
  • Other0.7%

[8]ページ先頭

©2009-2025 Movatter.jp