Skip to content
View lmosele's full-sized avatar
:shipit:
On vacation
:shipit:
On vacation

Block or report lmosele

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

Pinned Loading

  1. React On Click Outside of Element Hook React On Click Outside of Element Hook
    1
    // clicking outside of div will hide <p>
    2
    const Menu = props => {
    3
      const { ref, isComponentVisible } = useComponentVisible(true);
    4
    
                  
    5
      return (
  2. downshift-multiselect downshift-multiselect Public

    A filterable multiselect component using Downshift for React

    JavaScript 1

  3. styled-typescript-example styled-typescript-example Public

    React Styled Components & Typescript Implementation

    TypeScript 1

  4. garage-sale garage-sale Public

    A virtual garage sale using the SheetsDb API

    JavaScript