@isxcode/react-keycap
v0.10.7
Published
React rapid development integration framework.
Downloads
12
Readme
🐣 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