1.0.7 âĸ Published 3 years ago
j23k-lib v1.0.7
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