Skip to content

Instantly share code, notes, and snippets.

View sudosriram's full-sized avatar

Sriram sudosriram

View GitHub Profile
@sudosriram
sudosriram / App.jsx
Created October 8, 2025 15:29
React ExpandableText component
import { useState } from 'react';
import { useEffect } from 'react';
import { TEXT, CONFIG } from './DATA';
import './App.css';
function ExpandableText({
id,
addElements,
text,
handleToggle,