gradient-background
v1.6.3
Published
[![NPM](https://img.shields.io/npm/v/gradient-background.svg)](https://www.npmjs.com/package/gradient-background) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ![NPM](https://img.shie
Downloads
10
Maintainers
Readme
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)
| props | required | default | description | | ------------- | ------------- | ------------- | ------------- | | color(string)| yes | primary | your background color |