Skip to main content

Route Link

When you click a link it jumps to another document. When you move the mouse over a Routelink, the mouse arrow will turn into a little hand.

Usage

import React from 'react';
import { RouteLink } from 'qdm-component-library';

function App() {
return (
<RouteLink to={'https://www.google.co.in/'}>Routelink</RouteLink>
);
}
export default App;

Reference

Props

className

props for providing classname to RouteLink component string

id

props for providing id to RouteLink component string

name

props for providing name to RouteLink component string

children

props for providing children for RouteLink Component React Node

inLineStyles

props give addition props to the RouteLink Component type Object