JaySunSyn / note-book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

note-book

Gives an Element a notebook style background.

Example

   .input {
     --paper-input-container-input: {
       line-height: 25px;
     };
   }

   ...

   <note-book title="My Notebook">
     <paper-textarea class="input"></paper-textarea>
   </note-book>

Demo pic

Demo:

Componentpage

About


Languages

Language:HTML 100.0%