1.2.3 • Published 7 months ago

x-react-design v1.2.3

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Features

This is a component library developed using React and applied to React projects.

The volume of the NPM package is very small, only a few tens of kb.

Installation

// npm
npm i x-react-design

// cnpm
cnpm i x-react-design

// pnpm
pnpm i x-react-design

// yarn
yarn add x-react-design

Use

import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from "x-react-design"

function App() {
  return (
    <Button type='primary'>
      Hello World
    </Button>
  );
}

ReactDOM.render(<App />, document.getElementById('root'))

Components Include

Layout Component

Row, Col, Skeleton

Form Component

Button, Input, Select, Radio, Checkbox, Switch, Upload, Progress

Data Component

Table, Tree, Pagination, Tag

Floating Component

Modal, Drawer, Tooltip

Icons

CircleCloseIcon, CloseIcon, LeftOutlined, RightOutlined, DownOutlined, DownTriangle, RightTriangle, ArrowUpIcon

Components Path

The components folder of the source code

1.2.0

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.2.3

7 months ago

1.2.2

7 months ago

1.2.1

7 months ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.0

2 years ago