0.1.6 • Published 4 years ago

@ispong/react-keycap v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Github Build Npm Version Language grade: JavaScript Coverage Status FOSSA Status PRs Welcome

Github Watch Github Star Github Fork

🐣 Introduce

React Keycap is UI component library for React. It is important to state that this project is personally developed and maintained, and enterprise projects are recommended to be used with caution. Welcome to develop together, hope to become an enterprise-level development UI library.

📦 Installation

  • for Npm
npm install @ispong/react-keycap --save-dev
  • for Yarn
yarn add @ispong/react-keycap --dev

🔨 Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from '@ispong/react-keycap'

const App = () => (
  <>
    <Button which={'primary'} label={'Hello'} />
  </>
)

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

📄 Documentation

You can find the React Keycap documentation on the website.

🌈 Features

img


Thanks for free JetBrains Open Source license

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago