Skip to content

Instantly share code, notes, and snippets.

View owonwo's full-sized avatar

Joseph Owonvwon owonwo

View GitHub Profile
@owonwo
owonwo / form-builder-component.tsx
Last active June 15, 2023 11:32
A snippet of my Form Builder component
import React, { useCallback } from "react";
import * as R from "ramda";
import styled from "@emotion/styled";
import { useFormContext } from "react-hook-form";
import {
DateTimePickerControl,
InputWrapper,
PasswordField,
RHFSelect,
RHFSelectDataSource,