Skip to content

Commit

Permalink
Third-party integration updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasimir Tsonev committed Nov 27, 2016
1 parent 077aecf commit 02144c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions patterns/third-party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<ul>
<li>JavaScript</li>
<li>CSS</li>
</ul>
```

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:
Expand Down

0 comments on commit 02144c8

Please sign in to comment.