UNPKG

@s-ui/react-molecule-phone-input

Version:

> Custom input component to handle phone validation. Gives the user a prefix selector and a phone number input. It also handles the phone number validation and the prefix selection.

47 lines (46 loc) 1.23 kB
{ "name": "@s-ui/react-molecule-phone-input", "version": "1.25.0", "description": "", "publishConfig": { "access": "public" }, "keywords": [ "@s-ui", "react", "component", "molecule", "phoneInput" ], "main": "lib/index.js", "scripts": { "prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles", "build:js": "babel --presets sui ./src --out-dir ./lib", "build:styles": "cpx './src/**/*.scss' ./lib" }, "dependencies": { "@s-ui/component-dependencies": "1", "@s-ui/react-atom-button": "1", "@s-ui/react-molecule-dropdown-list": "2", "@s-ui/react-molecule-dropdown-option": "2", "@s-ui/react-molecule-input-field": "4" }, "peerDependencies": { "@s-ui/theme": "8" }, "repository": { "type": "git", "url": "https://github.com/SUI-Components/sui-components", "directory": "components/molecule/phoneInput" }, "config": { "title": "phoneInput", "category": "molecule", "type": "components" }, "bugs": { "url": "https://github.com/SUI-Components/sui-components/issues?q=is%3Aopen+label%3A%22Component%3A+phoneInput%22" }, "homepage": "https://sui-components.vercel.app/", "license": "MIT" }