Skip to content

Instantly share code, notes, and snippets.

View dimitur2204's full-sized avatar

Dimitar Nizamov dimitur2204

  • Bulgaria, Kyustendil, Dupnitsa
View GitHub Profile
@dimitur2204
dimitur2204 / MUIRadioAccordionGroup.tsx
Last active June 5, 2024 20:00
MUI Radio with MUI Collapse Content (also accessible <3)
import React from 'react'
import {
Box,
BoxProps,
Collapse,
FormControl,
FormControlLabel,
Radio,
RadioGroup,
RadioGroupProps,
@dimitur2204
dimitur2204 / MUIRadioCardGroup.tsx
Last active January 20, 2023 12:59
MUI Radio Group using MUI Card as buttons (also accessible <3)
import React from 'react'
import {
Card,
CardProps,
FormControl,
FormControlLabel,
Radio,
RadioGroup,
RadioGroupProps,
Stack,