@imagina/qbanner
v2.0.8
Published
Package to use Ibanners in Base Quasar 1.0.0
Downloads
15
Readme
QBANNER | 1.0.1
Installation
npm i @imagina/[email protected]
API Routes
| ENTITY | ROUTE | | ------------- | ------------- | | Position | positions | | Banner | banners | | Banner | orderBanners |
Pages
Back-End
| PAGE | NAME | | ------------- | ------------- | | index | qbanner.admin.sliders | | showPosition | qbanner.admin.positions.show | | createBanner | qbanner.admin.banner.create | | updateBanner | qbanner.admin.banner.update |
Usage
import qbanner from '@imagina/qbanner/_components/frontend/qbanner'
export default {
...
components: {
qbanner
}
...
};
<qbanner systemName="home-1" height="500"/>
Configuration
| Property | Type | Default | | ------------- | ------------- |------------- | |systemName | String |null | | height | String | '500' |