All Projects → ericgio → React Bootstrap Typeahead

ericgio / React Bootstrap Typeahead

Licence: mit
React typeahead with Bootstrap styling

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Bootstrap Typeahead

Ng Bootstrap
Angular powered Bootstrap
Stars: ✭ 7,872 (+918.37%)
Mutual labels:  typeahead, bootstrap
Bootstrap 4 Autocomplete
A simple autocomplete/typeahead for Bootstrap 4 and jQuery
Stars: ✭ 36 (-95.34%)
Mutual labels:  typeahead, bootstrap
Reactjs Tmdb App
Responsive React 'The Movie Database' (TMDb) App
Stars: ✭ 830 (+7.37%)
Mutual labels:  typeahead, bootstrap
Ngx Bootstrap
Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
Stars: ✭ 5,343 (+591.2%)
Mutual labels:  typeahead, bootstrap
Bootstrap 5 Templates
A collection of free Bootstrap 5 templates designed with Material Design 2.0. Admin dashboard, e-commerce, landing pages & much more.
Stars: ✭ 722 (-6.6%)
Mutual labels:  bootstrap
Mobirise
Free Website Builder for Bootstrap 4 & AMP
Stars: ✭ 664 (-14.1%)
Mutual labels:  bootstrap
Arch
ARCH models in Python
Stars: ✭ 660 (-14.62%)
Mutual labels:  bootstrap
Material Kit
Free and Open Source UI Kit for Bootstrap 4, React, Vue.js, React Native and Sketch based on Google's Material Design
Stars: ✭ 5,672 (+633.76%)
Mutual labels:  bootstrap
Simple form Bootstrap
Example application with SimpleForm and Twitter Bootstrap
Stars: ✭ 760 (-1.68%)
Mutual labels:  bootstrap
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (-2.33%)
Mutual labels:  bootstrap
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (-8.93%)
Mutual labels:  bootstrap
Unifi Api Browser
Tool to browse data exposed by Ubiquiti's UniFi Controller API (demo: https://api-browser-demo.artofwifi.net/)
Stars: ✭ 677 (-12.42%)
Mutual labels:  bootstrap
Bootstrap Maxlength
This plugin integrates by default with Twitter bootstrap using badges to display the maximum lenght of the field where the user is inserting text. Uses the HTML5 attribute "maxlength" to work.
Stars: ✭ 743 (-3.88%)
Mutual labels:  bootstrap
Nmap Bootstrap Xsl
A Nmap XSL implementation with Bootstrap.
Stars: ✭ 665 (-13.97%)
Mutual labels:  bootstrap
Inspinia
This is only a copy of INSPINIA - Responsive Admin Theme
Stars: ✭ 755 (-2.33%)
Mutual labels:  bootstrap
React Autosuggest
WAI-ARIA compliant React autosuggest component
Stars: ✭ 5,773 (+646.83%)
Mutual labels:  typeahead
Fs Blog
个人博客,Spring Boot 开山之作,采用 Spring Boot + MyBatis,前端 Bootstrap + LayUI,支持程序员非常青睐的轻量化的 Markdown 编辑器 Editor.md,支持标签分类检索
Stars: ✭ 700 (-9.44%)
Mutual labels:  bootstrap
Startbootstrap Modern Business
A multipurpose Bootstrap full website template created by Start Bootstrap
Stars: ✭ 753 (-2.59%)
Mutual labels:  bootstrap
Risingstack Bootcamp
This is the Node.js Bootcamp we ask new recruits at RisingStack to finish in their first weeks. It helps to get the basics right, and prepare you to work on enterprise projects.
Stars: ✭ 695 (-10.09%)
Mutual labels:  bootstrap
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (-10.74%)
Mutual labels:  bootstrap

React Bootstrap Typeahead

A React-based typeahead that relies on Bootstrap for styling and was originally inspired by Twitter's typeahead.js. It supports both single- and multi-selection and is compliant with WAI-ARIA authoring practices. Try the live examples.

npm version npm downloads build status Coveralls github MIT License

Please note that documentation and examples apply to the most recent release and may no longer be applicable if you're using an outdated version.

Installation

npm install --save react-bootstrap-typeahead

or

yarn add react-bootstrap-typeahead

Include the module in your project:

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

UMD Build

Development and production builds are included in the NPM package. Alternatively, you can get them from CDNJS or unpkg.

Documentation

CSS

While the component relies primarily on Bootstrap, some additional styling is needed. You should include the provided CSS file in your project:

// Import as a module in your JS
import 'react-bootstrap-typeahead/css/Typeahead.css';

or

<!-- Link as a stylesheet in your HTML -->
<link rel="stylesheet" href="https://unpkg.com/react-bootstrap-typeahead/css/Typeahead.css">

Examples

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

You can also try out the following sandbox examples:

If you have an example use case that would be useful to others, please create a sandbox and submit a pull request to add it to the list!

Browser Support

Recent versions of the following browsers are supported:

  • Chrome
  • Firefox
  • IE (>=11)
  • Safari

Special thanks to BrowserStack for providing cross-browser testing support.

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

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].