@atlaskit/link-provider
v4.0.6
Published
Contains provider with react context for anything link related and the link http client
Readme
@atlaskit/link-provider
Usage
import { SmartCardProvider, CardClient } from '@atlaskit/link-provider'
import { Card } from '@atlaskit/smart-card'
<SmartCardProvider client={new CardClient()}>
<Card />
</SmartCardProvider>