UNPKG
reflex-motion-test
Version:
latest (1.0.0)
1.0.0
Simple, elegant animations library
github.com/gracesnoh/reflex-motion
gracesnoh/reflex-motion
reflex-motion-test
/
animations
/
Checkbox
/
Input.js
7 lines
(5 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
styled
from
'styled-components'
;
const
Input
= styled.
input
` display: none; `
export
default
Input
;