Skip to content

fanciNater/react-keycap

Β 
Β 

react-keycap

React Keycap

React rapid development component library.

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

jetbrains

About

πŸ§™ React rapid development component library.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 56.5%
  • JavaScript 24.5%
  • SCSS 17.1%
  • Other 1.9%