Open
Description
Right now user always need to create validation rules manully.
The goal is to have validation rules fabric funcitons. For example:
import { max, required } from 'vuestic-ui/validation-rules'
<VaInput :rules="[required(), max(6)]" />
We need a separate build config, look at packages/ui/build.
Subtask of #4194