2.6.8 • Published 9 months ago

wangyong-design v2.6.8

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

wangyong-design

Intro

A lib that provides a lot of great components

Quik Start

Card

Usage of Card

import { FC } from "react"
import Card from "wangyong-design/src/components/Card"
import JamalMurray from "./assets/JamalMurray.webp"

const Demo:FC = () => {
   return <Card id={"001"} name={"Jamal Murray"} imgUrl={JamalMurray} haveVehicle={true} />
}

export dcefault Demo

Preview of Card

alt

LoginForm

Usage of LoginForm

import { FC } from "react"
import Card from "wangyong-design/src/components/LoginForm"

const Demo:FC = () => {
   return <LoginForm title={"CSGO装备管理系统"} />
}

export dcefault Demo

Preview of LoginForm

alt

Search

Usage of Search

import { FC } from "react"
import Search from "wangyong-design/src/components/Search"

const Demo:FC = () => {
   return <Search/>
}

export dcefault Demo

alt

2.6.8

9 months ago

1.6.9

9 months ago

1.6.8

9 months ago

1.5.8

9 months ago

1.5.7

9 months ago

1.5.6

9 months ago

1.4.6

9 months ago

1.4.5

9 months ago

1.4.4

9 months ago

1.3.4

9 months ago

1.3.3

9 months ago

1.3.2

9 months ago

1.3.1

9 months ago

1.2.1

9 months ago

1.1.1

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago