@fynixorg/ui
v1.0.11
Published
Core package for Fynix UI framework.
Readme
Fynix Core
This is the core package for the Fynix UI framework. It contains the essential runtime, hooks, context, and utilities for building Fynix-based applications.
Structure
runtime.js: Main runtime logiccontext/: Context managementcustom/: Custom UI elementserror/: Error overlays and handlingfynix/: Fynix core logichooks/: Reactivity and utility hooksplugins/: Plugins (e.g., Vite integration)router/: Routing logictypes/: TypeScript type definitionsglobal.d.ts: Global type extensions
Usage
Install via npm after publishing:
npm install fynix-coreThen import in your project:
import { ... } from 'fynix-core';Development
- Ensure all files are included in
package.json. - Update type definitions in
global.d.tsas needed. - Export all public APIs via the
exportsfield inpackage.json.
License
MIT
