Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 449 Bytes

File metadata and controls

23 lines (16 loc) · 449 Bytes

@ayay459547/element-plus-react

Use Element Plus as a reference for creating a React UI framework.

⚠️ Work In Progress (WIP) This package is currently under active development.

Installation

npm install @ayay459547/element-plus-react

Usage

import { ElButton } from '@ayay459547/element-plus-react'
import '@ayay459547/element-plus-react/dist/index.css'

function App() {
  return <ElButton>button</ElButton>
}