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

Block or report enesien

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. venefish venefish Public

    Boilerplate & template for Next.js project deployable on Vercel. Firebase, shadcn/ui and Tailwind.

    TypeScript 38 7

  2. react-stripe-checkout-nsen react-stripe-checkout-nsen Public

    Forked from azmenak/react-stripe-checkout

    Load stripe's checkout.js as a react component. Easiest way to use checkout with React.

    JavaScript

  3. shadcn multiple tag input shadcn multiple tag input
    1
    # shadcn/ui multi tag input component
    2
    
                  
    3
    A react tag input field component using shadcn, like one you see when adding keywords to a video on YouTube. Usable with `Form` or standalone.
    4
    
                  
    5
    ### Preview
  4. Resize images in any Typescript proj... Resize images in any Typescript project within the client, including Capacitor native apps
    1
    interface ResizeOptions {
    2
        /**
    3
         * Desired width of the image.
    4
         */
    5
        width: number;
  5. Capacitor initialization hook for Re... Capacitor initialization hook for React or Next.js apps
    1
    import { Capacitor } from "@capacitor/core";
    2
    import { Device } from "@capacitor/device";
    3
    import { SplashScreen } from "@capacitor/splash-screen";
    4
    import { StatusBar, Style } from "@capacitor/status-bar";
    5
    import { useState, useEffect } from "react";
  6. capacitor-docs capacitor-docs Public

    Forked from ionic-team/capacitor-docs

    TypeScript