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
or here:
npm i gradient-background
---
yarn add gradient-background
// don't forget change props
import { GradientBackgroud } from 'gradient-background';
const App = () => {
return (
<div>
<GradientBackgroud color='primary'/>
</div>
);
};
props | required | default | description |
---|---|---|---|
color(string) | yes | primary | your background color |