UNPKG

reflex-motion-test

Version:
15 lines (11 loc) 265 B
import styled from 'styled-components'; import Input from './Input.js'; import Label from './Label.js'; const Checkbox = styled.div` position: relative; width: 36px; height: 36px; `; Checkbox.Input = Input; Checkbox.Label = Label; export default Checkbox;