Skip to content

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 🎨

License

Notifications You must be signed in to change notification settings

Ivan-Corporation/gradient-background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

or here:


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)

props required default description
color(string) yes primary your background color

About

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 🎨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published