1.0.1 • Published 4 years ago

react-wavy-link v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

react-wavy-link

Wavy anchor component for React

Installation

Using npm

npm install --save react-wavy-link

Usage

import { WavyLink } from 'react-wavy-link';

<WavyLink href="...">WavyLink</WavyLink>;

Development

In the project directory, you can run:

npm run storybook

Runs Storybook on a random open port in dev-mode.

npm run watch

Runs the build script in development and watch mode.

npm run lint

Runs ESLint.

npm run format

Applies consistent code style formatting using Prettier.

npm run test

Runs Jest tests.

npm run build

Builds the package for production in the dist folder.