Skip to content

Commit

Permalink
Updating react-input-autosize and rebuiding examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Nov 23, 2017
1 parent 1e150a9 commit e2b3ac8
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 38,548 deletions.
10,006 changes: 21 additions & 9,985 deletions examples/dist/app.js

Large diffs are not rendered by default.

2,580 changes: 0 additions & 2,580 deletions examples/dist/bundle.js

This file was deleted.

22,171 changes: 1 addition & 22,170 deletions examples/dist/common.js

Large diffs are not rendered by default.

556 changes: 1 addition & 555 deletions examples/dist/example.css

Large diffs are not rendered by default.

555 changes: 0 additions & 555 deletions examples/dist/example.less

This file was deleted.

57 changes: 1 addition & 56 deletions examples/dist/index.html
@@ -1,56 +1 @@
<!doctype html>
<head>
<meta charset="utf-8">
<title>React-Select Example</title>
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="keywords" content="react,reactjs,react component,component,select,form,autocomplete,control,ui,javascript">
<meta name="description" content="A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support.">
<meta property="og:locale" content="en-us">
<meta property="og:title" content="React-Select">
<meta property="og:description" content="A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support.">
<meta property="og:url" content="https://jedwatson.github.io/react-select">
<meta property="og:site_name" content="React-Select">
<meta property="og:type" content="article">
<link rel="stylesheet" href="example.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/react-virtualized/styles.css">
<link rel="stylesheet" href="https://unpkg.com/react-virtualized-select/styles.css">
</head>
<body>
<header class="page-header">
<div class="container">
<h1>React Select</h1>
<p>A flexible and beautiful Select Input control for <a href="http://facebook.github.io/react/" target="_blank">ReactJS</a> with multiselect, autocomplete and ajax support.</p>
</div>
</header>
<div class="page-subheader">
<div class="container">
<a href="http://github.com/JedWatson/react-select" class="page-subheader__link" target="_blank">Code and Docs on GitHub</a>
<span class="page-subheader__button">
<a id="github-stars-button" class="github-button" data-style="" href="https://github.com/JedWatson/react-select" data-count-href="/JedWatson/react-select/stargazers" data-count-api="/repos/JedWatson/react-select#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star JedWatson/react-select on GitHub">Star</a>
</span>
</div>
</div>
<div class="page-body">
<div class="container">
<form>
<!-- the React application is loaded in the #example element -->
<div id="example"></div>
</form>
</div>
</div>
<footer class="page-footer">
<div class="container">
<span>Copyright &copy; <a href="https://twitter.com/jedwatson" target="_blank">Jed Watson</a> 2016. MIT Licensed.</span>
</div>
</footer>
<script>
document.getElementById('github-stars-button').dataset.style = window.innerWidth > 480 ? 'mega': null;
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.1/es5-shim.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.1/es5-sham.js"></script>
<script src="common.js"></script>
<script src="bundle.js"></script>
<script src="app.js"></script>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
</body>
<!DOCTYPE html> <head> <meta charset=utf-8> <title>React-Select Example</title> <meta name=viewport content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width"> <meta name=keywords content="react,reactjs,react component,component,select,form,autocomplete,control,ui,javascript"> <meta name=description content="A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support."> <meta property=og:locale content=en-us> <meta property=og:title content=React-Select> <meta property=og:description content="A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support."> <meta property=og:url content=https://jedwatson.github.io/react-select> <meta property=og:site_name content=React-Select> <meta property=og:type content=article> <link rel=stylesheet href=example.css> <link rel=icon type=image/x-icon href=favicon.ico> <link rel=stylesheet href=https://unpkg.com/react-virtualized/styles.css> <link rel=stylesheet href=https://unpkg.com/react-virtualized-select/styles.css> </head> <body> <header class=page-header> <div class=container> <h1>React Select</h1> <p>A flexible and beautiful Select Input control for <a href=http://facebook.github.io/react/ target=_blank>ReactJS</a> with multiselect, autocomplete and ajax support.</p> </div> </header> <div class=page-subheader> <div class=container> <a href=http://github.com/JedWatson/react-select class=page-subheader__link target=_blank>Code and Docs on GitHub</a> <span class=page-subheader__button> <a id=github-stars-button class=github-button data-style="" href=https://github.com/JedWatson/react-select data-count-href=/JedWatson/react-select/stargazers data-count-api=/repos/JedWatson/react-select#stargazers_count data-count-aria-label="# stargazers on GitHub" aria-label="Star JedWatson/react-select on GitHub">Star</a> </span> </div> </div> <div class=page-body> <div class=container> <form> <div id=example></div> </form> </div> </div> <footer class=page-footer> <div class=container> <span>Copyright &copy; <a href=https://twitter.com/jedwatson target=_blank>Jed Watson</a> 2017. MIT Licensed.</span> </div> </footer> <script>document.getElementById("github-stars-button").dataset.style=window.innerWidth>480?"mega":null</script> <script src=https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.1/es5-shim.js></script> <script src=https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.1/es5-sham.js></script> <script src=common.js></script> <script src=app.js></script> <script async defer=defer id=github-bjs src=https://buttons.github.io/buttons.js></script> </body>
48 changes: 0 additions & 48 deletions examples/dist/standalone.html

This file was deleted.

0 comments on commit e2b3ac8

Please sign in to comment.