All Projects → basvandenberg → Ng Select

basvandenberg / Ng Select

Licence: isc
Select component for angular

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ng Select

Stf Vue Select
stf vue select - most flexible and customized select
Stars: ✭ 61 (-79.04%)
Mutual labels:  select, select2
django-select2
This is a Django integration for Select2
Stars: ✭ 73 (-74.91%)
Mutual labels:  select, select2
laravel-simple-select
Laravel Simple Select inputs component for Blade and Livewire.
Stars: ✭ 59 (-79.73%)
Mutual labels:  select, select2
craft-select2
Filter / search a <select> using the popular Select2 fieldtype for Craft CMS
Stars: ✭ 18 (-93.81%)
Mutual labels:  select, select2
Choices
A vanilla JS customisable select box/text input plugin ⚡️
Stars: ✭ 4,505 (+1448.11%)
Mutual labels:  select, select2
select2-to-tree
Select2-to-Tree extends Select2 to support arbitrary level of nesting...
Stars: ✭ 71 (-75.6%)
Mutual labels:  select, select2
vue-single-select
single select dropdown with autocomplete
Stars: ✭ 43 (-85.22%)
Mutual labels:  select
tom-select
Tom Select is the hybrid of a textbox and select box. Forked from selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation. Useful for tagging, contact lists, etc.
Stars: ✭ 520 (+78.69%)
Mutual labels:  select
toyhttpd
I/O 模型练手代码,分别使用阻塞式 I/O、select、poll 和 epoll 和 Java NIO 实现了简单的 HTTP Server
Stars: ✭ 43 (-85.22%)
Mutual labels:  select
hast-util-select
utility to add `querySelector`, `querySelectorAll`, and `matches` support for hast
Stars: ✭ 20 (-93.13%)
Mutual labels:  select
select-plugin
💎一个三级联动小插件
Stars: ✭ 49 (-83.16%)
Mutual labels:  select
xm2cloud term
powerful webssh that developed with django, channels, xterm,ioloop
Stars: ✭ 17 (-94.16%)
Mutual labels:  select
unist-util-select
utility to select unist nodes with CSS-like selectors
Stars: ✭ 41 (-85.91%)
Mutual labels:  select
hierarchy-select
Hierarchy Select jQuery Plugin for Twitter Bootstrap
Stars: ✭ 40 (-86.25%)
Mutual labels:  select
Material Ui Superselectfield
multiselection autocomplete dropdown component for Material-UI
Stars: ✭ 260 (-10.65%)
Mutual labels:  select
anki-awesome-select
This is the select template for Anki with awesome interface/Anki选择题模板
Stars: ✭ 59 (-79.73%)
Mutual labels:  select
mithril-select
Custom Select Component for Mithril.js
Stars: ✭ 14 (-95.19%)
Mutual labels:  select
prosumer
A producer-consumer solution for Golang
Stars: ✭ 31 (-89.35%)
Mutual labels:  select
Album
android 图片视频加载库,单选,多选,预览,自定义UI,相机,裁剪...等等 已适配android10,11
Stars: ✭ 53 (-81.79%)
Mutual labels:  select
Formvuelar
Vue form components with server-side validation in mind
Stars: ✭ 263 (-9.62%)
Mutual labels:  select

Select component for angular

npm version Build Status

A select component for angular, based on the select2 JQuery plugin. See the ng-select web site for documentation and examples.

Develop

Make sure that yarn is installed.

After cloning the repository, install dependencies with:

$ yarn install

To run the ng-select demo web site on your local machine, run:

$ yarn run serve-demo

To build the ng-select module, run:

$ yarn run build-lib
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].