UNPKG

@ehsaneha/react-primitive-tab

Version:

A headless, type-safe, and hook-based tab primitive for React with full control over state management using react-observable-store.

43 lines (42 loc) 1.17 kB
{ "name": "@ehsaneha/react-primitive-tab", "version": "1.0.1", "description": "A headless, type-safe, and hook-based tab primitive for React with full control over state management using react-observable-store.", "main": "dist/index.js", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/ehsaneha/react-primitive-tab.git" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", "@types/react": "^19.0.4", "@types/react-dom": "^19.0.2", "typescript": "^4.9.5" }, "keywords": [ "javascript", "typescript", "React", "React-Observable-Store", "Primitive", "Tab" ], "author": "ehsaneha", "license": "MIT", "bugs": { "url": "https://github.com/ehsaneha/react-primitive-tab/issues" }, "homepage": "https://github.com/ehsaneha/react-primitive-tab#readme", "dependencies": { "@ehsaneha/react-observable-store": "^1.0.3" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }