@ui-machines/pin-input
Version:
Core logic for the pin-input widget implemented as a state machine
35 lines (34 loc) • 867 B
JSON
{
"name": "@ui-machines/pin-input",
"version": "0.0.0-dev-20220114223210",
"description": "Core logic for the pin-input widget implemented as a state machine",
"keywords": [
"js",
"machine",
"xstate",
"statechart",
"component",
"chakra-ui",
"pin-input"
],
"author": "Segun Adebayo <sage@adebayosegun.com>",
"homepage": "https://github.com/chakra-ui/ui-machines#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"repository": "https://github.com/chakra-ui/ui-machines/tree/main/packages/pin-input",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/chakra-ui/ui-machines/issues"
},
"dependencies": {
"@ui-machines/core": "^0.0.0-dev-20220114223210"
}
}