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

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

Hey, I'm Lucas!

LinkedIn | Twitter | Website

I'm a UX Engineer with a focus on Design Systems & UI Development while specializing in React/Typescript. I'm also really into creating in general! I'm a photographer, occasional writer, and sort of illustrator.

  • 🔭 I’m currently working on a flexible design system management tool for developers called Açai
  • 👨🏼‍🏫 I teach UX for Springboard's UX Course twice a week!

📫 You can reach me via email at lucasmosele@gmail.com

Pinned

  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