@nocobase/plugin-input-copy-button
Version:
A plugin for adding copy button to single-line text fields
31 lines (30 loc) • 836 B
JSON
{
"name": "@nocobase/plugin-input-copy-button",
"version": "1.7.0-beta.34",
"main": "./dist/server/index.js",
"displayName": "Input Copy Button",
"displayName.zh-CN": "输入框复制按钮",
"description": "A plugin for adding copy button to single-line text fields",
"description.zh-CN": "为单行文本字段添加复制按钮的插件",
"license": "AGPL-3.0",
"homepage": "https://www.nocobase.com",
"devDependencies": {
"@ant-design/icons": "5.x",
"@formily/react": "2.x",
"antd": "5.x",
"react": "^18.2.0",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"keywords": [
"Input",
"UI",
"Clipboard",
"Copy"
],
"gitHead": "2795864162d6151f0f8cf33945b0b8b8a4cb20dc"
}