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.33 to 0.0.34

2

package.json
{
"name": "@gusmano/reext",
"version": "0.0.33",
"version": "0.0.34",
"description": "",

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

@@ -5,8 +5,10 @@ # React ReExt - React Components for ExtJS

## React ReExt Quick Start (less than 1 minute) using Vite on macOS
## Quick Start (less than 1 minute) using Vite on macOS
If you want to get an example up and running quickly (in less than 1 minute), run these commands in a macOS terminal window. The commands can be run all at one time. (copy and paste into a mac terminal window).
If you want to get an example up and running quickly (in less than 1 minute), run these commands in a macOS terminal window.
Note: assumes npm is installed. To install npm, install <a target="_blank" href="https://nodejs.org/en">Node.js</a>
Copy and paste the commands below into a mac terminal window. The commands can be run all at one time.
```bash

@@ -83,3 +85,3 @@ npm create vite@latest reextvite -- --template react-swc

const [labeltext, setLabelText] = useState('initial text');
const [row, setRow] = useState(null);
const [row, setRow] = useState(null);

@@ -90,3 +92,3 @@ return (

display:'flex',flexDirection:'column'
}}>
}}>
<ReExt xtype='logo'/>

@@ -137,3 +139,3 @@ <div style={{display:'flex'}}>

<ReExt xtype='label'
config={{html: 'initial text'}}
config={{html:'initial text'}}
ready={(cmp)=>{

@@ -140,0 +142,0 @@ setLabelCmp(cmp)

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