Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 383 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 383 Bytes

Night-Day Input

CSS library for stylizing html input.

Preview

Preview

Usage

<head>
    <link rel="stylesheet" href="https://unpkg.com/night-day-input" />
</head>
<body>
    <input type="checkbox" class="night-day-switch">
</body>

Available Input Types

  • Checkbox
  • Switch
  • Radio
  • Text