1.0.6 • Published 2 years ago

banner-variant v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

install the banner variant

npm i banner-variant

Npm Link.\ Open link https://www.npmjs.com/package/banner-variant.

import the Bannner by using below code

import { Banner } from 'banner-variant/dist/index'

Using below line of code you can use the Banner.

<Banner />

Here is the classes which you can use in Banner Background Color Variant like "pink" , "yellow" , "orange"' deafult is light gray background color.

<Banner content_bg_color="pink" />

Here is the classes which you can use in Banner Direction Variant like "left", "right", "center" dafault is center'.

<Banner content_bg_color="pink" direction="left" />