UNPKG

axentix

Version:

Axentix is a framework mixing fully customizable components & utility-first classes, leaving the design choice to the developer.

7 lines (4 loc) 195 B
import './forms.scss'; import { updateInputs } from './forms'; import { validate, resetValidation } from './forms-validation'; export const Forms = { updateInputs, validate, resetValidation };