Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maciej Kowalczyk
meteor-framework7-ios-material
Commits
2f9dd709
Commit
2f9dd709
authored
9 years ago
by
Nobutaka OSHIRO
Browse files
Options
Download
Email Patches
Plain Diff
Update README.md
parent
d05988d1
master
update-to-1.3.5
v1.0.4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-4
README.md
with
5 additions
and
4 deletions
+5
-4
README.md
+
5
-
4
View file @
2f9dd709
# meteor-framework7-ios-material
Meteor wrapper for latest
<a
href=
"http://www.idangero.us/framework7/"
>
Framework7
</a>
.
<a
href=
"http://www.idangero.us/framework7/"
>
Framework7
</a>
wrapper for Meteor
.
You can choose iOS or Material(Android) theme.
# How to use it?
## Add package
```
meteor add nobutakaoshiro:framework7-ios-material
```
...
...
@@ -29,9 +30,9 @@ Add meta and link tags to head.
<link
rel=
"stylesheet"
href=
"/packages/nobutakaoshiro_framework7-ios-material/framework7/dist/css/framework7.ios.min.css"
>
<link
rel=
"stylesheet"
href=
"/packages/nobutakaoshiro_framework7-ios-material/framework7/dist/css/framework7.ios.colors.min.css"
>
<!--
or
Material(Android) theme styles -->
<link
rel=
"stylesheet"
href=
"/packages/nobutakaoshiro_framework7-ios-material/framework7/dist/css/framework7.
ios
.min.css"
>
<link
rel=
"stylesheet"
href=
"/packages/nobutakaoshiro_framework7-ios-material/framework7/dist/css/framework7.
ios
.colors.min.css"
>
<!-- Material(Android) theme styles -->
<link
rel=
"stylesheet"
href=
"/packages/nobutakaoshiro_framework7-ios-material/framework7/dist/css/framework7.
material
.min.css"
>
<link
rel=
"stylesheet"
href=
"/packages/nobutakaoshiro_framework7-ios-material/framework7/dist/css/framework7.
material
.colors.min.css"
>
</head>
```
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help