Skip to content
View slavanga's full-sized avatar

Organizations

@Frame-One-CH
Block or Report

Block or report slavanga

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. Frame-One-CH/frameone.ch Frame-One-CH/frameone.ch Public

    Website of Frame One

    SCSS

  2. Framer Override to trigger tap event... Framer Override to trigger tap event when the esc key is pressed.
    1
    export function withEscTap(Component): ComponentType {
    2
        return (props) => {
    3
            const { onTap } = props
    4
    
    
    5
            useEffect(() => {