pelement-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.13 • Public • Published

pelement react

npm package npm downloads

pelement-react - A React UI library

Performance Stats of ant-design/ant-design - Last 28 days
  • 💪 React Composition API
  • 🔥 Written in TypeScript

Installation

npm install pelement-react

Usage

import { Button } from 'pelement-react'
import 'pelement-react/style'

const App = () => {
  return (
    <div>
      <Button>Default</Button>
      <Button type="primary">Primary</Button>
      <Button type="success">Success</Button>
      <Button type="info">Info</Button>
      <Button type="warning">Warning</Button>
      <Button type="danger">Danger</Button>
    </div>
  );
};

export default App;

Development

$ git clone https://github.com/pelement-react/pelement-react.git
$ cd pelement-react
$ npm install
$ npm run dev

License

pelement-react is open source software licensed as MIT.

Package Sidebar

Install

npm i pelement-react

Weekly Downloads

65

Version

0.0.1-alpha.13

License

MIT

Unpacked Size

384 kB

Total Files

254

Last publish

Collaborators

  • llkui