@alola-react/plugin-module-banner
v0.0.1
Published
The banner plugin of Alola-react-sdk Module.
Downloads
4
Readme
@alola-react/plugin-module-banner
The banner plugin of Alola-react-sdk Module.
Usage
import { moduleTools, defineConfig } from "@alola-react/module-tools";
import { modulePluginBanner } from "@alola-react/plugin-module-banner";
export default defineConfig({
plugins: [
moduleTools(),
modulePluginBanner({
banner: {
js: "//comment",
css: "/*comment*/",
},
}),
],
});
Documentation
Contributing
Please read the Contributing Guide.
License
Alola-react-sdk is MIT licensed.