@arqel-dev/fields
v0.11.0
Published
Rich React input components for Arqel — registered into @arqel-dev/ui's FieldRegistry.
Maintainers
Readme
@arqel-dev/fields
Rich React input components for Arqel, registered into @arqel-dev/ui's FieldRegistry.
Status
🚧 Pre-alpha — FIELDS-JS-001 + FIELDS-JS-002 entregues (9 components básicos: TextInput, TextareaInput, EmailInput, UrlInput, PasswordInput, NumberInput, CurrencyInput, Checkbox, Toggle).
Install
pnpm add @arqel-dev/fields @arqel-dev/ui @arqel-dev/react @arqel-dev/typesUsage
// resources/js/app.tsx
import '@arqel-dev/ui/styles.css';
import '@arqel-dev/fields/register'; // side effect: registers all built-ins
import { createArqelApp } from '@arqel-dev/react/inertia';
createArqelApp({ appName: 'Acme', pages: import.meta.glob('./Pages/**/*.tsx') });Subpath imports
import { TextInput, EmailInput } from '@arqel-dev/fields/text';
import { NumberInput, CurrencyInput } from '@arqel-dev/fields/number';
import { Checkbox, Toggle } from '@arqel-dev/fields/boolean';Links
- Documentação — em construção
- PLANNING — tickets
FIELDS-JS-*
