1.2.1 • Published 11 months ago

neptunecss-js v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Welcome to Neptune JS!

npm.io npm.io npm.io


readme_banner_js

Install

NMP

Copy the following Code to install the npm package.

npm i neptunecss-js

CDN

<script src="https://cdn.jsdelivr.net/npm/neptunecss-js@latest/neptune.min.js"></script>

Example

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <!-- Import neptune ui -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/neptunecss@latest/neptune.min.css">
        
        <title>Neptune example</title>
    </head>
    <body>
        <!-- Your Content -->
        
        <!-- Import Neptune JS -->
        <script src="https://cdn.jsdelivr.net/npm/neptunecss-js@latest/neptune.min.js"></script>
    </body>
</html>

Documentation

You can read the docs here.

Snippets Extension

Download it in VS Code Marketplace or checkout on GitHub.

License

MIT LICENSE

Author

Colin Grahm

1.2.1

11 months ago

1.2.0

11 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago