Skip to content

Commit

Permalink
Merge pull request #26 from Yproximite/feature/ISSUE-25
Browse files Browse the repository at this point in the history
Improve documentation readability
  • Loading branch information
Kocal authored Oct 27, 2017
2 parents bcf5ff1 + a46ef67 commit 0d0e367
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 deletions.
36 changes: 25 additions & 11 deletions docs/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,28 @@
p
code npm install better-vue-input-tag --save

h3
a#demo.anchor(href='#demo', aria-hidden='true')
span.octicon.octicon-link(aria-hidden='true')
| Demo

.demo

better-input-tag(
:on-change='newTag',
:tags='tags',
:placeholder='placeholder',
:on-paste-separator='onPasteSeparator',
:read-only='readOnly',
:validate='validate'
)

h3
a#playground.anchor(href='#playground', aria-hidden='true')
a#configuration.anchor(href='#configuration', aria-hidden='true')
span.octicon.octicon-link(aria-hidden='true')
| Playground
| Configuration

.playground
.configuration

.form-group
p.label placeholder:
Expand Down Expand Up @@ -93,15 +109,13 @@
p.label tags:
code {{ tags }}

better-input-tag(
:on-change='newTag',
:tags='tags',
:placeholder='placeholder',
:on-paste-separator='onPasteSeparator',
:read-only='readOnly',
:validate='validate'
)
h3
a#code.anchor(href='#code', aria-hidden='true')
span.octicon.octicon-link(aria-hidden='true')
| Code

.code

code {{ getPreviewHTML() }}

footer.site-footer
Expand Down
2 changes: 1 addition & 1 deletion docs/build/docs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/docs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-vue-input-tag",
"version": "1.0.2",
"version": "1.0.3",
"description": "Vue.js input tag editor component",
"keywords": [
"input",
Expand Down

0 comments on commit 0d0e367

Please sign in to comment.