Components for creating page links in plain text, and with accompanying icon. External links open in a new window by default.
npm install @dpc-sdp/ripple-link> Components for creating page links in plain text, and with accompanying icon.
External links open in a new window by default.
--------------------------------------------------------------------------------
``shell`
npm install @dpc-sdp/ripple-link --save
--------------------------------------------------------------------------------
`shell`
@dpc-sdp/ripple-link
├── @dpc-sdp/ripple-global
└── @dpc-sdp/ripple-icon
--------------------------------------------------------------------------------
`js``
import {
RplLinkEventBus,
RplLink,
RplTextLink,
RplTextLabel
} from '@dpc-sdp/ripple-link'
--------------------------------------------------------------------------------
See Storybook/Atoms/Link/Link.
See Storybook/Atoms/Link/Text Link.
--------------------------------------------------------------------------------
Licensed under the Apache-2.0 License.