1.6.3 • Published 2 years ago

gradient-background v1.6.3

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

NPM JavaScript Style Guide NPM npm npm bundle size GitHub stars

Gradient-Background

Easy way to add beauty background gradient on your websites. If you will like it i'm gonna add more gradient background themes for you

Examples:


Check demo here:

https://komstore.vercel.app/


Install:

npm i gradient-background
---
yarn add gradient-background

Usage:

// don't forget change props
import { GradientBackgroud } from 'gradient-background';


const App = () => {
  return (
    <div>
      <GradientBackgroud color='primary'/>
    </div>
  );
};

Colors in start positions:

primary:

secondary:

white:

dark:

blue:

orange:

green:

purple:


Props:

They are limited for responsive solution (all be good in mobile too)

propsrequireddefaultdescription
color(string)yesprimaryyour background color