aboutsummaryrefslogtreecommitdiffstats

@locusts/react

CI NPM Version

Description

@locusts/react is a member of a series of components that allows you to introduce locusts into your website.

Why would you want to do that? I don't know.

Installation

npm install -D @locusts/react

Usage

import { Locusts } from "@locusts/react";

export default function App() {
  return <Locusts />;
}