Skip to content

element-plus-react/element-plus-react

Repository files navigation


Element Plus React - A React UI library

  • 😈 本项目由个人维护,非官方团队,欢迎你加入我们,做大做强,再创辉煌!

  • 😈 This project is maintained by individuals and an unofficial team. You are welcome to join us to become bigger and stronger and create brilliance!

  • 🔥 Written in TypeScript


友情链接

📦 安装

pnpm i element-plus-react
npm install element-plus-react --save
yarn add element-plus-react

🔨 示例

import { Button } from "element-plus-react";

function App() {
  return (
    <>
      <Button type="primary">PRESS ME</Button>
    </>
  );
}

Contributors

This project exists thanks to all the people who contribute.

And thank you to all our backers! 🙏


待开发组件

  • Calendar
  • Carousel
  • Cascader
  • CheckTag
  • Checkbox
  • Collapse
  • ColorPicker
  • DatePicker
  • Directives
  • Dialog
  • Dropdown
  • Form
  • InfiniteScroll
  • Input
  • InputNumber
  • Loading
  • Menu
  • Message
  • Notification
  • Option
  • Overlay
  • Pagination
  • Popconfirm
  • Popover
  • Popper
  • Progress
  • Radio
  • Scrollbar
  • Select
  • Submenu
  • Switch
  • Table
  • Tabs
  • Tag
  • TimePicker
  • TimeSelect
  • Transfer
  • Tree
  • Upload
  • VirtualList