0.1.2 • Published 4 years ago

@qidian99/qwidget v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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";
}