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

WuX-UI for React.js

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
2
Created
Source
icon

WuX-UI-React

Release Version GitHub Repo size

WuX-UI-React - All WuX-UI React components.

Use WuX-UI-React to write WuX-UI components elegantly

Install

npm install @wux-ui/react

Usage

import WuX from '@wux-ui/react';

Quick start

Copy this file to index.js in the src folder

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

Keywords

wuxui

FAQs

Package last updated on 01 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts