Social components for solid-js. These components are a port of MDX Embed,
but can be used in other contexts, hence solid-social.
pnpm install --save-dev solid-social
Import what you need and use it. The API is practically the same as MDX Embed one.
import { YouTube } from 'solid-social';
<YouTube youTubeId="OqcHoLWyyIw" />;
This project is free and open-source, so if you think this project can help you or anyone else, you may star it on GitHub. Feel free to open an issue if you have any ideas, questions, or if you've found a bug.
Thanks for being willing to contribute!
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
pnpm build
: Generate bundlespnpm lint
: Lints code
solid-social
is open source software licensed as MIT.