UNPKG

@ffsm/html-factory

Version:

A lightweight utility for creating React HTML factory components with TypeScript support, ref forwarding, and className merging.

53 lines 1.25 kB
{ "name": "@ffsm/html-factory", "version": "0.0.3", "description": "A lightweight utility for creating React HTML factory components with TypeScript support, ref forwarding, and className merging.", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "private": false, "author": "S3Tech <s3tech.vn@gmail.com>", "homepage": "https://github.com/ffsmio/monorepo/tree/main/packages/ffsmio-html-factory", "repository": { "type": "git", "url": "git+https://github.com/ffsmio/monorepo/tree/main/packages/ffsmio-html-factory" }, "keywords": [ "React", "HTML", "factory", "component", "utility", "typescript", "ref forwarding", "className merging", "react", "forwardRef", "className", "dom", "element", "factory-pattern", "design-system" ], "files": [ "dist" ], "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "22.13.10", "@types/react": "19.0.10", "react": "19.0.0", "rimraf": "6.0.1", "typescript": "5.8.2" }, "peerDependencies": { "react": ">=16.0.0" }, "scripts": { "clean": "rimraf dist", "build": "yarn clean && tsc", "prepublishOnly": "yarn build" } }