Skip to content
View bpod's full-sized avatar
😎
_building
😎
_building

Block or report bpod

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

@befreestudios's Holopin board

Pinned Loading

  1. befreestudios-io/ts-react-gist befreestudios-io/ts-react-gist Public

    Modern Typescript React Component for embedding github gists into your project

    TypeScript

  2. Pure CSS Checkbox (SCSS Syntax) Pure CSS Checkbox (SCSS Syntax)
    1
    input[type=checkbox] {
    2
    	position: absolute;
    3
       	left: -9999px;
    4
       	
    5
        &+label {
  3. AutoFocusInput AutoFocusInput
    1
    import React, { useEffect } from 'react';
    2
    
    
    3
    /**
    4
     * Auto focus input on page load
    5
     */