Skip to content
View abdmmar's full-sized avatar
😼
😼

Highlights

  • Pro

Block or report abdmmar

Report abuse

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

Report abuse
abdmmar/README.md

Workspace

Pinned Loading

  1. wc-toast wc-toast Public

    Add notifications component to your javascript projects easily using wc-toast.

    JavaScript 165 12

  2. blog blog Public

    <Blog />

    XSLT

  3. akgq akgq Public

    Digital Zine of Akyas and GenQ Special Edition: Islah 21 Reunion

    TypeScript 1

  4. galnas galnas Public

    Koleksi Galeri Nasional Indonesia

    TypeScript 2

  5. tn-rest tn-rest Public

    Indonesia National Park REST API built using Go and SQLite3

    Go

  6. Masonry layout using React and CSS Masonry layout using React and CSS
    1
    import * as React from "react";
    2
     
    3
    type MasonryProps = {
    4
     breakpoints?: (Record<number, number> & { default?: number }) | number;
    5
     gap?: string;