Skip to content
/ input Public

A lightweight and easy to use stylesheet to create Material Design input fields.

License

Notifications You must be signed in to change notification settings

timlg07/input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Input

(inspired by Googles Material Design)
demo: git.tim-greller.de/input

Result

How to use

  1. Include the stylesheet:
    • If you provide the file yourself:
      <link rel="stylesheet" href="input.css">
    • If you want to include the latest version automatically without downloading anything from this repository:
      <link rel="stylesheet" href="https://tim-greller.de/git/input/input.css">
  2. Create an input with a custom label:
    <div class="input">
        <input type="text" required/>
        <label>This is an input</label>
    </div>
    
  3. You can now adjust width, height, padding, border and margin of the input-div.

About

A lightweight and easy to use stylesheet to create Material Design input fields.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published