Skip to content
View diragb's full-sized avatar

Block or report diragb

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
diragb/README.md

dev

please feel free to check out my projects below. contact me at work@diragb.dev.

Pinned Loading

  1. shadcn-dropzoneshadcn-dropzonePublic

    Ready to use File Upload Dropzone component, built with shadcn/ui and react-dropzone.

    TypeScript 95 3

  2. solid-custom-scrollbarssolid-custom-scrollbarsPublic

    Custom Scrollbars for Solid

    TypeScript 31 2

  3. solid-custom-navigationsolid-custom-navigationPublic

    Custom navigations for Solid written in Typescript. Implement custom page transition logic and ✨ animations ✨

    TypeScript 8

  4. solid-outside-click-handlersolid-outside-click-handlerPublic

    Detect and handle clicks outside a Solid component.

    TypeScript 4

  5. Quick scraper for Instagram profiles.Quick scraper for Instagram profiles.
    1
    constgetInstagramHeaders=async()=>{
    2
    constoptions={
    3
    method: 'GET',
    4
    credentials: 'same-origin',
    5
    }