UNPKG

@julo-ui/otp-input

Version:

React Input Component for entering sequences of digits

16 lines (13 loc) 216 B
// src/styles.ts import { css } from "@emotion/react"; var otpInputCx = css` display: flex; .julo-otp-input__field { &:not(:last-of-type) { margin-right: 0.5rem; } } `; export { otpInputCx };