vue-cloud-regions

0.2.1 • Public • Published

Vue cloud provider regions select

Simple HTML <select> with cloud provider regions list.

Install

npm install vue-cloud-regions

Usage

Basic

<CloudRegionsSelect provider="aws" />  

Exclude regions

<CloudRegionsSelect provider="aws" :exclude="['us-west-1','us-west-2']" />  

Include regions

<CloudRegionsSelect provider="aws" :include="['eu-west-1']" />  

Providers

Provider Code
Amazon Web Services (AWS) aws
Google Cloud Platform gcp
Digital Ocean do

Author

Mark Szymik

License

MIT

Package Sidebar

Install

npm i vue-cloud-regions

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

390 kB

Total Files

11

Last publish

Collaborators

  • mszymik