From 9499fb7c0afa74c1d0dd3d42ff3caf46dc25be47 Mon Sep 17 00:00:00 2001 From: liciolentimo Date: Fri, 4 Oct 2019 11:06:21 +0300 Subject: [PATCH] Added multiple select of countries --- CHANGELOG.md | 3 + README.md | 6 +- package.json | 2 +- snippets/snippets.json | 263 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 271 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7c5de..127b587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to the "semantic-ui-snippets" extension will be documented in this file. +## [2.0.2] +- Added multiple select of countries. + ## [2.0.1] - Added some buttons and card elements. diff --git a/README.md b/README.md index 2d4fb8e..ba2b27f 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,15 @@ ext install Licio.semantic-ui-snippets |`ui-clearing` | `div` with class `ui clearing divider`| |`ui-modal` | `div` with class `ui modal`| |`ui-card` | `div` with class `ui card`| +| **Forms** | | +|`mult-countries` | multiple select of countries include several choices with one form field| ## Release Notes Starter template for Semantic-UI snippets. -### 2.0.1 -Added some buttons and card elements. +### 2.0.2 +Added multiple select of countries diff --git a/package.json b/package.json index 2e288e8..96a0e93 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "semantic-ui-snippets", "displayName": "semantic-ui snippets", "description": "Semantic-UI snippet generator", - "version": "2.0.1", + "version": "2.0.2", "publisher": "Licio", "repository": { "type": "git", diff --git a/snippets/snippets.json b/snippets/snippets.json index e2c7209..10a42c4 100644 --- a/snippets/snippets.json +++ b/snippets/snippets.json @@ -174,5 +174,268 @@ "" ], "description":"ui icon button" + }, + "multiple select countries":{ + "prefix":"mult-countries", + "body":[ + "
", + "
", + " ", + "", + "
", + "
" + ], + "description":"multiple select of countries include several choices with one form field" } } \ No newline at end of file