solid-social
v0.9.6
Published
## What?
Downloads
38
Readme
solid-social
What?
Social components for solid-js. These components are a port of MDX Embed,
but can be used in other contexts, hence solid-social.
Installation
pnpm install --save-dev solid-social
Usage
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" />;
Support
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.
Contribute
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
Develop
pnpm build
: Generate bundlespnpm lint
: Lints code
License
solid-social
is open source software licensed as MIT.