Skip to content
View sriramveeraghanta's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report sriramveeraghanta

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. vue-autoresize-textarea vue-autoresize-textarea Public

    A autoresizable textarea component build using autosize

    Vue 6

  2. collabcode collabcode Public

    A Collaborative Text Editor

    JavaScript 1

  3. Image Safe Loading When src doesnt l... Image Safe Loading When src doesnt load.
    1
    import React from "react";
    2
    
                  
    3
    function useFallbackImageInSSR(fallbackSrc) {
    4
      const ref = React.useRef(null);
    5
      const onError = React.useCallback(
  4. React Bootstrap DropDown Select React Bootstrap DropDown Select
    1
    
                  
    2
    function main(){
    3
      const [values, setValues] = React.useState({
    4
        media_type: ""
    5
      });