UNPKG

svf

Version:

A simple validate form and React-based implementation

7 lines (6 loc) 242 B
require('./style/css'); export { default as Button } from './button'; export { default as Column } from './column'; export { default as Form } from './form'; export { default as Input } from './input'; export { default as Row } from './row';