-
-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mikkel Laursen
committed
Nov 29, 2016
1 parent
21f1bbe
commit 73e1039
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -70,12 +70,12 @@ You can also use the UMD build from [unpkg](https://unpkg.com/#/): | |
|
||
```html | ||
<!-- Production Version --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/react-md.min.css"> | ||
<script src="https://unpkg.com/[email protected].2/dist/react-md.min.js"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/react-md.min.css"> | ||
<script src="https://unpkg.com/[email protected].4/dist/react-md.min.js"></script> | ||
|
||
<!-- Development Version --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/react-md.css"> | ||
<script src="https://unpkg.com/[email protected].2/dist/react-md.js"></script> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/react-md.css"> | ||
<script src="https://unpkg.com/[email protected].4/dist/react-md.js"></script> | ||
``` | ||
|
||
|
||
|
@@ -85,14 +85,14 @@ You can also use the UMD build from [unpkg](https://unpkg.com/#/): | |
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/react-md.deep-purple-pink.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/react-md.deep-purple-pink.min.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto:400,500,700"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script src="https://unpkg.com/react/dist/react-with-addons.min.js"></script> | ||
<script src="https://unpkg.com/react-dom/dist/react-dom.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].2/dist/react-md.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/react-md.min.js"></script> | ||
<script> | ||
var MyAwesomeComponent = React.createClass({ | ||
render: function() { | ||
|
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