@field-ui/field-ui
v0.3.1
Published
Alias for @field-ui/kit — one install for the whole field-ui suite. Prefer @field-ui/kit, or install the individual @field-ui/* packages directly. (The engine itself is @field-ui/core.)
Maintainers
Readme
@field-ui/field-ui
An alias for @field-ui/kit. The bare field-ui
name on npm belongs to an unrelated project, so the field-ui suite lives under the @field-ui scope.
This package exists only so that @field-ui/field-ui resolves to the whole suite for anyone who
reaches for it by name.
Install
npm i @field-ui/field-uiThis pulls in @field-ui/kit, which depends on every
@field-ui/* package. Then import from the specific package you need (see the
kit README).
Prefer the direct names:
- The engine is
@field-ui/core. - The whole suite is
@field-ui/kit. - Or install just the adapter you need:
@field-ui/elements,@field-ui/react,@field-ui/vanilla.
