next-nw18-election-banner
v0.1.11
Published
const electionBannerObj = { title: 'Assembly', subTitle: 'Elections', year: 2022, desktopBanner: '', mobBanner: '', states: [ { name: "Uttar Pradesh", link: "#" }, { name: "Punjab",
Downloads
14
Readme
Objects to pass as prop
const electionBannerObj = { title: 'Assembly', subTitle: 'Elections', year: 2022, desktopBanner: '', mobBanner: '', states: [ { name: "Uttar Pradesh", link: "#" }, { name: "Punjab", link: "#" }, { name: "Uttarakhand", link: "#" }, { name: "Goa", link: "#" }, { name: "Manipur", link: "#" }, ] };
example
import { MElectionBanner } from "next-nw18-election-banner";