Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Make 2nd beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
yarbshk committed Jul 26, 2017
1 parent ca29e57 commit c2edbd1
Show file tree
Hide file tree
Showing 7 changed files with 6,938 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"presets": [
["env"]
],
"presets": ["env"],
"plugins": ["transform-vue-jsx"]
}
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Simple example of creating an input type with a static button (span):
key: 'email',
type: 'input-with-field', // Easy wrapping with Field component,
templateOptions: {
properties: {
'placeholder': 'Your email' // Recommends to use quotes and kebab-case
},
controls: {
after: [
{
Expand All @@ -70,9 +73,6 @@ Simple example of creating an input type with a static button (span):
}
}
]
},
properties: {
'placeholder': 'Your email' // Recommends to use quotes and kebab-case
}
}
}
Expand All @@ -94,6 +94,9 @@ The code above will generate the following Buefy markup:
...
```
## Status
The plugin passes the **beta testing** stage now. Follow this project
## Issues
Be free to open new issue if you notice a bug. Let's make web a little bit better together :)

Expand Down
4 changes: 2 additions & 2 deletions dist/vue-formly-buefy.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vue-formly-buefy.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit c2edbd1

Please sign in to comment.