Next.js Discord

Discord Forum

React Icons

Unanswered
Blanc de Hotot posted this in #help-forum
Open in Discord
Blanc de HototOP
Is there a way of ig 'dynamically' getting icons.
Instead of writing this:
import { SiTailwindcss, SiNextdotjs } from "react-icons/si";


I can write something like this, just for demo purposes:
import Si from "react-icons/si";

<Si type="tailwind" />

1 Reply

Sun bear
no they are just like exported components underneeth.