j23k-lib
v1.0.7
Published
Jack's component library of react.
Readme
j23k-lib
🐏 This library is a business component library developed based on react + antd.
English | 简体中文
Table of Contents
Background
To be added
✨ Features
- 🌈 Enterprise-class UI designed for web applications.
- 📦 A set of high-quality React components out of the box.
- 🛡 Written in TypeScript with predictable static types.
- ⚙️ Whole package of design resources and development tools.
- 🌍 Internationalization support for dozens of languages.
- 🎨 Powerful theme customization in every detail.
📦 Install
This project uses node and npm.Go check them out if you don't have them locally installed.
$ npm i j23k-lib --save🔨 Usage
To be added
🏆 Badge
To be added
Example Readmes
import React from 'react';
import { Player } from 'j23k-lib';
export default () => (
<Player>
<Player.Audio
name="星球大战.mp3"
url="https://ia600702.us.archive.org/33/items/Classical_Sampler-9615/Kevin_MacLeod_-_Also_Sprach_Zarathustra.mp3"
></Player.Audio>
</Player>
);Related Efforts
- umi — 🌋 Pluggable enterprise-level react application framework.
- dumi — 📖 Documentation tool for component development scenarios.
- ahooks — 🔧 A high-quality and reliable React Hooks library.
- react — 👖 JavaScript library for building user interfaces.
- antd — 💡 Enterprise-level product design system to create an efficient and pleasant work experience.
Maintainers
🤝 Contributing
To be added
License
MIT © Jack Engineer
