Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

isxcode/react-keycap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

react-keycap

React Keycap

πŸ§™ React rapid development integration framework.

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

PRs Welcome Gitpod ready-to-code Discussions on github

Github Watch Github Star Github Fork

🐣 Introduce

React Keycap is rapid development integration framework for React. Important statement, enterprise-level development is recommended to be used with caution! For instructions on use, please check the Docs carefully. Welcome to develop and maintain together, please follow the github development specification.

πŸ“¦ Installation

  • For Npm
npm install @isxcode/react-keycap --save-dev
  • For Yarn
yarn add @isxcode/react-keycap --dev

πŸ”¨ Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { Button, Message } from '@isxcode/react-keycap'

const App = () => (
  <>
    <Button cap={'primary'} label={'Hello'} onClick={() => {
        Message.info('Welcome to use React-Keycap !!!')
    }} />
  </>
)

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

πŸ“’ Documentation

Check out the Getting Started page for a quick overview.

πŸ‘ Contributing

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React Keycap.


Thanks for free JetBrains Open Source license

jetbrains