nextjs-anchor
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

nextjs-anchor

Simple library with a wrapper for the NextJs Link, TailwindCss compatible

NPM JavaScript Style Guide

Install

yarn add nextjs-anchor # Yarn

npm install --save nextjs-anchor # NPM

Usage

import React, { Component } from 'react'

import { Anchor } from 'nextjs-anchor'

class Example extends Component {
  render() {
    return <Anchor href='/about'>Go to about</Anchor>
  }
}

License

MIT © matteociasco

Readme

Keywords

none

Package Sidebar

Install

npm i nextjs-anchor

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

8.13 kB

Total Files

9

Last publish

Collaborators

  • matteociasco