6 lines
300 B
TypeScript
6 lines
300 B
TypeScript
import { checkbox, form, group, list, number, range, submit, text, textarea } from '@formkit/inputs'
|
|
|
|
// https://unocss.dev/presets/wind#differences-from-tailwind-css
|
|
|
|
export const fkLibrary = { text, form, submit, group, checkbox, range, list, number, textarea, }
|
|
console.debug(`range :>> `, range); |