@wux-ui/react
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published
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

Readme

Keywords

Package Sidebar

Install

npm i @wux-ui/react

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

46.8 kB

Total Files

6

Last publish

Collaborators

  • slouchwind
  • wuxian425