Coder Social home page Coder Social logo

nice-cover's Introduction

nice-cover

A simple, customizable, cover section composed from an icon, and a blurry background, which by default is the same as the icon.

default cover

Installation

npm install nice-cover

Usage

import React, { Component } from "react";
import Cover from "nice-cover";

class App extends Component {
  render() {
    return (
        <Cover 
         imageUrl={"https://images-platform.99static.com/8TVfQCr1NjZu5qLQE8WIJAE7pdk=/340x0:1288x948/500x500/top/smart/99designs-contests-attachments/90/90737/attachment_90737669"}
        />
    );
  }
}

Customizing

Costumizing is done by overriding css.
optional attributes:

  • coverStyle: overrides the cover style
  • iconStyle: overrides the icon style

coverStyle override example:

<Cover 
         imageUrl={"https://images-platform.99static.com/8TVfQCr1NjZu5qLQE8WIJAE7pdk=/340x0:1288x948/500x500/top/smart/99designs-contests-attachments/90/90737/attachment_90737669"}
         coverStyle={{
            backgroundImage:
              'url("https://contentgrid.homedepot-static.com/hdus/en_US/DTCCOMNEW/fetch/Category_Pages/Outdoor/Garden_Center/fruit-trees.jpg")'
          }}
        />

will result in:

default cover

iconStyle override example:

<Cover 
         imageUrl={"https://images-platform.99static.com/8TVfQCr1NjZu5qLQE8WIJAE7pdk=/340x0:1288x948/500x500/top/smart/99designs-contests-attachments/90/90737/attachment_90737669"}
         iconStyle={{
            content:
              'url("https://contentgrid.homedepot-static.com/hdus/en_US/DTCCOMNEW/fetch/Category_Pages/Outdoor/Garden_Center/fruit-trees.jpg")'
          }}
        />

will result in:

default cover

Of course you can override any other style as well.

To play around more, take a look at the demo.

nice-cover's People

Contributors

dependabot[bot] avatar ofirpeer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.