react-tiny-link
react-tiny-link copied to clipboard
Ability to remove title, description and just show media
Can we get the ability to remove title, description and just show media?
A hack/ workaround at the moment is to listen to onSuccess and use that data to render your own card.
Set the default card as invisible using css.
@Steve1820 been a while here but I came to this looking for the same thing... it seems that this is what you want https://github.com/winhtaikaung/react-tiny-link/pull/87
You could then do whatever you want with the data 🤷