UNPKG

@s-ui/react-atom-input

Version:

> Inputs are the text fields that users fill in with different types of information. These include dates, passwords or even short answers. It’s a field where users can write alphanumeric texts.

45 lines (44 loc) 1.1 kB
{ "name": "@s-ui/react-atom-input", "version": "5.47.0", "description": "", "publishConfig": { "access": "public" }, "keywords": [ "@s-ui", "react", "component", "atom", "input" ], "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/react-hooks": "1", "@s-ui/react-primitive-polymorphic-element": "1", "react-imask": "6.4.3" }, "peerDependencies": { "@s-ui/component-dependencies": "1" }, "repository": { "type": "git", "url": "https://github.com/SUI-Components/sui-components", "directory": "components/atom/input" }, "config": { "title": "input", "category": "atom", "type": "components" }, "bugs": { "url": "https://github.com/SUI-Components/sui-components/issues?q=is%3Aopen+label%3A%22Component%3A+input%22" }, "homepage": "https://sui-components.vercel.app/", "license": "MIT" }