Skip to content
View nihlton's full-sized avatar
Block or Report

Block or report nihlton

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. react-peek-element react-peek-element Public

    Show/hide an element on scroll

    JavaScript 2 1

  2. mason mason Public

    Responsive masonry layout engine for react.

    TypeScript 2

  3. simple-grid simple-grid Public

    simple responsive flexbox grid

    HTML 4

  4. react-imperial-modal react-imperial-modal Public

    Imperative API for modals

    TypeScript 10

  5. react-keep-visible react-keep-visible Public

    Keep element in viewport

    JavaScript 3 1

  6. Minimal Lazy Loading Image Component Minimal Lazy Loading Image Component
    1
    import React, { useEffect, useRef, useState } from 'react'
    2
    
                  
    3
    import './LazyImage.scss'
    4
    
                  
    5
    const LazyImage = (props) => {