Skip to content
View enesien's full-sized avatar
  • Nashville, TN
  • 21:02 (UTC -06:00)

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. venefish venefish Public

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

    TypeScript 127 37

  2. 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
  3. 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;
  4. 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";
  5. 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