@qidian99/qwidget
v0.1.2
Published
Web components, React, and Preact Widgets for animation and presentation
Maintainers
Readme
QWidget
Components
Video Player
Charts
Cards
Tables
Animation Components
React compatibility
The widgets are fully compatibile with React. Add the following lines to preact.config.js will
suffice:
export default config => {
const aliases = config.resolve.alias;
aliases.react = "preact/compat";
aliases["react-dom"] = "preact/compat";
}