UNPKG

@progress/kendo-react-inputs

Version:

React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input package

96 lines 2.54 kB
{ "name": "@progress/kendo-react-inputs", "version": "10.1.0", "description": "React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input package", "author": "Progress", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://www.telerik.com/kendo-react-ui", "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "import": { "types": "./index.d.mts", "default": "./index.mjs" }, "require": { "types": "./index.d.ts", "default": "./index.js" } }, "./package.json": { "default": "./package.json" } }, "sideEffects": false, "peerDependencies": { "@progress/kendo-drawing": "^1.21.2", "@progress/kendo-inputs-common": "^3.1.0", "@progress/kendo-licensing": "^1.5.1", "@progress/kendo-react-animation": "10.1.0", "@progress/kendo-react-buttons": "10.1.0", "@progress/kendo-react-common": "10.1.0", "@progress/kendo-react-dialogs": "10.1.0", "@progress/kendo-react-layout": "10.1.0", "@progress/kendo-react-intl": "10.1.0", "@progress/kendo-react-labels": "10.1.0", "@progress/kendo-react-popup": "10.1.0", "@progress/kendo-svg-icons": "^4.0.0", "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc", "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" }, "dependencies": { "prop-types": "^15.6.0" }, "keywords": [ "Kendo UI", "React", "Progress", "Inputs", "KendoReact", "KendoReact Free", "reactjs", "UI", "components", "React component", "free React component", "checkbox", "color picker", "color gradient", "color palette", "flat color picker", "masked textbox", "numeric textbox", "radio button", "radio button group", "range slider", "rating", "signature", "slider", "switch", "toggle", "text area", "text box", "single line textbox", "multiline textbox", "Telerik" ], "@progress": { "friendlyName": "Inputs", "framework": "KendoReact", "package": { "productName": "KendoReact", "productCode": "KENDOUIREACT", "publishDate": 1743085896, "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/" } }, "repository": { "type": "git", "url": "git+https://github.com/telerik/kendo-react.git" }, "publishConfig": { "access": "public" } }