Improved .visually-hidden
Theorically bulletproof CSS class for visually hide anything and keep it accessible to ATs.
| 'use client'; | |
| import type { JSX, JSXElementConstructor, ReactNode } from 'react'; | |
| /** | |
| * Infers the props from a given React component constructor type. | |
| * | |
| * @template T - A React component constructor. | |
| * @readonly | |
| */ |
| # 1.install gource using HomeBrew | |
| $ brew install gource | |
| # 2.install avconv | |
| git clone git://git.libav.org/libav.git | |
| cd libav | |
| # it will take 3-5 minutes to complie, be patient. | |
| ./configure --disable-yasm | |
| make && make install |