blob: 8828f7355e265c1f02a519c19f29ef256979f644 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>autogrow-textarea-sk Demo</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
#container {
width: 500px;
}
</style>
</head>
<body>
<h2>autogrow-textarea-sk</h2><theme-chooser-sk></theme-chooser-sk>
<div id=container></div>
<h3>Inlined attributes work as well</h3>
<autogrow-textarea-sk placeholder=foo minRows=8></autogrow-textarea-sk>
</body>
</html>