An open API service indexing awesome lists of open source software.

https://github.com/dev1an/modernselect

A modern HTML select element
https://github.com/dev1an/modernselect

Last synced: over 1 year ago
JSON representation

A modern HTML select element

Awesome Lists containing this project

README

          

# ModernSelect
A modern HTML select element

# How to

## Download

```shell
npm install modern-select
```

## Import

**Vanilla HTML:**

```html



```

**Meteor:**

```javascript
// main.js
import 'modern-select'
```

## Use
```html


Hello

World

```