From 02144c82faebe66c6425f31d32c5863fa0561e30 Mon Sep 17 00:00:00 2001 From: Krasimir Tsonev Date: Sun, 27 Nov 2016 18:10:30 +0200 Subject: [PATCH] Third-party integration updates --- patterns/third-party/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/patterns/third-party/README.md b/patterns/third-party/README.md index 71c33ca..d983959 100644 --- a/patterns/third-party/README.md +++ b/patterns/third-party/README.md @@ -10,6 +10,15 @@ React is probably one of the best choices for building UI. Good design, support I picked [tag-it](https://github.com/aehlke/tag-it) jQuery plugin for my example. It transforms an unordered list to input field for managing tags: +```html + +``` + +to: + ![tag-it](./img/tag-it.png) To make it work we have to include jQuery, jQuery UI and the tag-it plugin code. It works like that: