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

Block or report blift

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
blift/README.md

💪

Pinned Loading

  1. woo-redux woo-redux Public

    Woocommerce with Next, Redux Toolkit, Jest and Tailwind example

    TypeScript 1

  2. Drilldown menu for Wordpress sub pag... Drilldown menu for Wordpress sub pages. For Sage by Roots TailwindCSS
    1
    function OffCanvas() {
    2
    
    
    3
      const offOPen = document.getElementById('offcanvas__open');
    4
      const offMenu = document.getElementById('offcanvas__menu');
    5
      const body = document.body;
  3. React Three Fiber with bufferGeometr... React Three Fiber with bufferGeometry, example how to generate random colors and animate custom points on Z axis only
    1
    "use client"
    2
    
    
    3
    import React, {useRef, useMemo} from 'react';
    4
    import { Canvas, useFrame } from '@react-three/fiber';
    5
    import { Mesh, BufferAttribute, Points } from "three";
  4. foundation-nav-walker foundation-nav-walker Public

    Mega menu foundation nav walker for sage roots

    PHP

  5. React for sage theme React for sage theme
    1
    ## 1. Install babel-eslint and update .eslintrc.js
    2
    
    
    3
    yarn add babel-eslint
    4
    
    
    5
    ## 2. install react-router-dom 
  6. use min-width hook alternative for r... use min-width hook alternative for resize calculation
    1
    /**
    2
     *  Use:
    3
     *  const isMobile = useMinWidth('700px');
    4
     *  
    5
     */