@nckrtl/launch-ui
v0.0.27
Published
A React component library and Vite toolchain for building Laravel + React + Inertia apps. Built on Base UI and shadcn with Agentation integration.
Readme
@nckrtl/launch-ui
React component library and Vite toolchain for building Laravel + React + Inertia applications. Built on Base UI and shadcn with Agentation integration.
Installation
npm install @nckrtl/launch-uiUsage in Vite
// vite.config.ts
import { defineLaunchConfig } from '@nckrtl/launch-ui/vite';
export default defineLaunchConfig();Features
- Vite Integration: Zero-config Vite setups for Laravel + React + Inertia projects via
defineLaunchConfig(). - i18n Support: Simple translation helpers available via
@nckrtl/launch-ui/i18n. - Agentation: Integrated UI feedback toolbar integration via
@nckrtl/launch-ui/agentation. - Legacy Fallback: Backwards-compatible aliases for
@nckrtl/craft-ui-react/*anddefineCraftConfig.
