A Flyme Style UI library based on Weex for Creator.
Weex FlymeUI is a cross-platform component library based on Weex that follows the design style of Flyme system. It aims to promote Flyme design in the mobile field and is open to contributions and collaboration from like-minded individuals. The components in Weex FlymeUI are designed with a baseline width of 1080px, and it is recommended to set the viewport in the entry file or parent component for optimal display.
To use Weex FlymeUI, follow these steps:
npm install babel-plugin-component babel-preset-stage-0 --save-dev
{
"presets": ["stage-0"],
"plugins": [["component", { "libraryName": "weex-flyme-ui" }]]
}
Weex FlymeUI is a component library that follows the design style of Flyme system and is built on Weex for cross-platform compatibility. It offers customization options, demo preview, and integration with weex-toolkit. The library is open to user contributions and improvements and is licensed under the MIT license.