sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Make any URL embeddable. Turn any URL into a beautiful link preview.

Results 10 sdk issues
Sort by recently updated
recently updated
newest added

## Bug Report > You can use live code at Codesandbox: [React](https://codesandbox.io/s/n5w839zm4m) | [Vanilla](https://codesandbox.io/s/o92r2y4q9z) **Current Behavior** I have this running in a different React project successfully that is React V18....

This PR contains two things: - Associate a class name to be possible to customize placeholder style. - Add the ability to provide your own placeholder component. **demo** closes #249

Hi, Is there a way to style the card loader ? Maybe adding className attributes similar to the other components would do the trick. Thanks, Benjamin

enhancement

The [Microlink Hover](https://github.com/microlinkhq/sdk/tree/master/packages/hover-react) package is a decorator on top of Microlink SDK for showing links when the user hover to an HTML element (normally a link). ## Demos - https://germanro.vercel.app...

enhancement

The Microlik API [iframe](https://microlink.io/docs/api/parameters/iframe) query parameter accepts an object, being that the option to be passed in order to customize the iframe dimensions ```json { "maxwidth": 350, "maxheight": 200 }...

**related** - https://github.com/rstacruz/remount - https://github.com/bitovi/react-to-webcomponent#readme - https://github.com/adobe/react-webcomponent - https://github.com/LukasBombach/react-web-component

Currently we can't beautify punicode urls, like `https://xn--vi8hl0c.ws/` This could be done adding punycode or similar dependency: https://github.com/sindresorhus/normalize-url/blob/master/index.js#L112 but it's a little heavy (https://bundlephobia.com/[email protected]) so I want investigate and found...

enhancement

Need to add minimal and common css reset style to ensure the look and feel works fine in each web integration. Currently we are not adding this style: ``` text-decoration:...

As discussed here https://github.com/microlinkhq/microlinkjs/pull/80#pullrequestreview-99152640 https://www.styled-components.com/docs/advanced#theming

good first issue