New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@wux-ui/react

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wux-ui/react - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+1
-1
package.json
{
"name": "@wux-ui/react",
"version": "1.1.1",
"version": "1.1.2",
"description": "WuX-UI for React.js",

@@ -5,0 +5,0 @@ "main": "build.js",

<div align="center">
<div>
<img src="https://react.wux-ui.tk/icon.svg" width="150px" height="150px" alt="icon" title="WuX-UI for React.js" />
<h2>WuX-UI-React</h2>
</div>
### WuX-UI-React
[![Release Version](https://shields.io/github/v/release/wux-ui/wux-ui-react?color=78aeff)](https://github.com/wux-ui/wux-ui-react/releases/latest)
![GitHub Repo size](https://shields.io/github/repo-size/wux-ui/wux-ui-react?color=78aeff)
</div>
---
# WuX-UI-React - All WuX-UI React components.
Use WuX-UI-React to write WuX-UI components elegantly
# Install
```sh
npm install @wux-ui/react
```
# Usage
```jsx
import WuX from '@wux-ui/react';
```
# Quick start
Copy this file to index.js in the `src` folder
```jsx
import React from "react";
import { createRoot } from "react-dom/client";
import WuX from "@wux-ui/react";
createRoot(document.getElementById('root')).render(
<WuX.Header
title='WuX-UI-React Debug Page'
small='Menu'
option={[
{ title: 'Github', link: 'https://github.com/wux-ui/wux-ui-react-docs' },
{ title: 'Offical Page', link: 'https://react.wux-ui.tk/', bold: true },
<div />
]}
/>
);
```
Then use `npm start` in the main folder to start the React project