Docs
Nebula
Installation

Installation

👾

Ensure that you have the reactStrictMode setting set to false in your Next.js configuration.

You can install Nebula using yarn, npm and pnpm.

yarn add @placedv/nebula@0.0.1

Or import directly in your browser

<html>
    <head>
        // ...
    </head>
    <body>
        <script type="module">
            import {useNebula} from "https://npm-nebula.s3.eu-central-1.amazonaws.com/0.0.1/index.js";
            // ...
        </script>
        // ...
    </body>
</html>