Socket
Socket
Sign inDemoInstall

@gusmano/reext

Package Overview
Dependencies
Maintainers
1
Versions
507
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gusmano/reext - npm Package Compare versions

Comparing version 0.0.44 to 0.0.45

2

package.json
{
"name": "@gusmano/reext",
"version": "0.0.44",
"version": "0.0.45",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/reext.umd.js",

@@ -208,4 +208,16 @@ # React ReExt - React Components for ExtJS

# Documentation Summary
The ReExt React component has 5 props
className: the css class to be attached to the parent div of the Ext JS component (each underlying ExtJS component is wrapped with a parent div that is width:'100%' and height: '100%')
style: the css style to be attached to the parent div of the ExtJS component
xtype: the xtype of the compomponent as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/">https://docs.sencha.com/extjs/7.0.0/</a>
config: a JavaScript object with the configs of the component as defined in <a target="_blank" href="https://docs.sencha.com/extjs/7.0.0/">https://docs.sencha.com/extjs/7.0.0/</a>
ready: the event that if fired by ReExt when the underlying ExtJs component is created - the function is bassed the component object
'on' configs: a config that corresponds to an event fired by the component; follow the pattern of on with the first letter of the event capitalized. (ie, the button xtype has a tap event, and the corresponding config is onTap). the value of this config is a function in your React component.
## License
[MIT](https://choosealicense.com/licenses/mit/)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc