0.10.7 • Published 3 years ago

@isxcode/react-keycap v0.10.7

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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

0.10.1

3 years ago

0.10.2

3 years ago

0.10.3

3 years ago

0.10.4

3 years ago

0.10.5

3 years ago

0.10.6

3 years ago

0.10.7

3 years ago

0.8.1

3 years ago

0.6.6

3 years ago

0.6.5-alpha

3 years ago

0.6.4-alpha.2

3 years ago

0.6.4-alpha.1

3 years ago

0.6.3

3 years ago

0.6.1-alpha

3 years ago

0.0.2

3 years ago

0.0.3-alpha.3

3 years ago

0.0.3-alpha.2

3 years ago

0.0.3-alpha.1

3 years ago

0.0.1-alpha.6

3 years ago

0.0.1-alpha.4

3 years ago

0.0.1-alpha.5

3 years ago

0.0.1-alpha.3

3 years ago

0.0.1

3 years ago

0.0.1-alpha-2

3 years ago

0.0.1-alpha-1

3 years ago