Skip to content

Instantly share code, notes, and snippets.

View dlaynes's full-sized avatar

D. Laynes dlaynes

View GitHub Profile
//If you are using semantic-ui-react and formsy-react
//and you are looking for a react-day-picker Wrapper
//this component might be for you
import React, { Component, createElement, cloneElement } from 'react';
import { withFormsy } from 'formsy-react';
import { Form } from 'semantic-ui-react';
//import { filterSuirElementProps } from './utils'; //lazyness
import PropTypes from 'prop-types';