Skip to content

Instantly share code, notes, and snippets.

View akki251's full-sized avatar

Akshansh Shrivastava akki251

View GitHub Profile
@akki251
akki251 / App.js
Created August 30, 2022 10:26
Chess Board Code
import './App.css';
import { useState, useRef } from 'react';
function App() {
const [rows, setRows] = useState(0);
const rowsRef = useRef();
const handleSubmit = () => {
setRows(+rowsRef.current.value);
};
/* file:///Users/henryhuman/Documents/04_Business/Bootstrap%20Creative/GitHub%20repositories/bootstrap-classes-list/bootstrap4.5.0.html */
.accordion
.active
.alert
.alert-danger
.alert-dark
.alert-dismissible
.alert-heading
.alert-info