2.0.8 • Published 12 months ago

next-gradients v2.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Next Gradients

Next Gradients


npm version

Description

Package of components and utilities for creating complex and animated gradients for Next.js apps.

Features

  • Random gradient generation

Installation

You can install this package via npm:

npm i next-gradients

Usage

The components can be used either on the app/ or pages/ directories. Here’s a basic example:

import { RandomGradient } from 'next-gradients';

// This page will have a different background gradient every time the page reloads 
export default function page() {
    return (
        <RandomGradient>
            {/* ...other elements */}
        </RandomGradient>
    )
}

Contributing

If you’d like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


2.0.8

12 months ago

2.0.7

12 months ago

2.0.6

12 months ago

2.0.5

12 months ago

2.0.4

12 months ago

2.0.3

12 months ago

2.0.1

12 months ago

2.0.0

12 months ago

1.0.0

12 months ago