- 👋 Hi, I’m @vigneshiyergithub
- 👀 I’m interested in technology
- 🌱 I’m currently learning Front End development
- 💞️ I’m looking to collaborate on React based projects
Pinned Loading
-
React Insights: How to implement Acc...
React Insights: How to implement Accordian 1import React, {useState} from 'react';
2import {
3AccordianContent,
4AccordianContainer, AccordianLabel, AccordianText
5} from '../../styledComponents/Unit1';
-
Game component file
Game component file 1import React, { Fragment, useEffect, useState } from "react";
2import { JokeDisplayer } from "./JokeDisplayer";
3import { JokeTypeDisplayer } from "./JokeTypeDisplayer";
4import { Block, Container, Col } from "./common";
5 -
React Insights: How to implement Tabs
React Insights: How to implement Tabs 1import React, { useEffect, useState } from 'react';
2import { ContentBody, Container, TabContainer, TabContentContainer, TabLabel } from '../styledComponents/Unit1';
34/*
5config : [
-
Color Scheme Generator
Color Scheme Generator 1import chroma from "chroma-js";
23useEffect(() => {
4setDarkenShades([
5chroma(color).darken(),
-
React Insights: Implementing Multi s...
React Insights: Implementing Multi section Forms 1import React, {useState} from 'react';
2import { Card, FormContentBody, EmptyBlock, Container, WidthComponent,
3FormElementContainer, FormElementLabel, FormElementComponent, FormInput, Headline } from '../styledComponents/Unit1';
4import { Navbar, GitLink } from '../styledComponents/Unit2';
5import Accordian from './sub-components/Accordian';
-
React Insights: How to trigger child...
React Insights: How to trigger child click event using refs 1const TutorialItem = (props) => {
2const linkRef = useRef();
3const itemClick = (e) => {
4if (linkRef.current) {
5linkRef.current.click();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.