aboutsummaryrefslogtreecommitdiff
path: root/toolbar.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-02-09 16:48:39 +0530
committerGitHub <noreply@github.com>2018-02-09 16:48:39 +0530
commit914a3788210a15202fb417fa038784418763edda (patch)
treed301ea14ae0659cc6e054951d9b90cb1192d77fe /toolbar.html
parent05d173345235160b98135a60a3d5fea1ff96ddb1 (diff)
Update toolbar.html
Diffstat (limited to 'toolbar.html')
-rw-r--r--toolbar.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolbar.html b/toolbar.html
index 3e85575..f5711f6 100644
--- a/toolbar.html
+++ b/toolbar.html
@@ -18,6 +18,17 @@
</head>
<body class="mdc-typography">
<textarea id="textarea" class="mdc-text-field__input" rows="8" cols="40" data-gramm="true" data-txt_gramm_id="b160d047-28cc-0844-bf17-26e501266bc9" data-gramm_id="b160d047-28cc-0844-bf17-26e501266bc9" spellcheck="false" data-gramm_editor="true" style="z-index: auto; position: relative; line-height: 18.4px; font-size: 16px; transition: none; background: transparent !important;"></textarea>
+
+ <section id="demo-text-field-wrapper">
+ <div class="mdc-text-field mdc-text-field--upgraded">
+ <input type="text" class="mdc-text-field__input" id="full-func-text-field" aria-controls="my-text-field-helper-text">
+ <label for="full-func-text-field" class="mdc-text-field__label">Email Address</label>
+ <div class="mdc-line-ripple mdc-line-ripple--active mdc-line-ripple--deactivating" style="transform-origin: 62px center"></div>
+ </div>
+ <p id="my-text-field-helper-text" class="mdc-text-field-helper-text" style="display:none;" aria-hidden="true">
+ Helper Text (possibly validation message)
+ </p>
+ </section>
<script
src="https://unpkg.com/material-components-web@0.9.1/dist/material-components-web.min.js">
</script>