-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(readme): add readme, with some documentation
- Loading branch information
Attila Max Ruf
committed
May 19, 2017
1 parent
e1b2b04
commit 1a15f03
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Material Design Icons for Vue.js | ||
|
||
|
||
This library should grant an easy-to-use interface to icons from MDI. | ||
|
||
|
||
## Example | ||
|
||
``` | ||
const Vue = require('vue') | ||
const HumanIcon = require('mdi-vue/HumanIcon') | ||
new Vue({ | ||
el: '#some-html-element', | ||
template: '<span><mdi-human-icon /></span>' | ||
}) | ||
``` | ||
|
||
|
||
Heavily inspired by [mdi-react](https://github.com/levrik/mdi-react/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters