liquid-loading
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Liquid Loading

Build npm version

Preview
Demo

Usage

This is a Web Component. Just install and import it, somewhere in your app.

npm install liquid-loading

Example with React (with TypeScript support)

import React from "react";
import ReactDOM from "react-dom";
import "liquid-loading";
 
ReactDOM.render(
  <liquid-loading></liquid-loading>,
  document.getElementById("root")
);

Example with plain HTML

<!DOCTYPE html>
<html>
  <head>
    <script src="https://unpkg.com/liquid-loading"></script> 
  </head>
  <body>
    <liquid-loading></liquid-loading>
  </body>
</html>

License

This is a wrapper around a CodePen project by Mikael Ainalem. It is thus published under the original license.

Readme

Keywords

none

Package Sidebar

Install

npm i liquid-loading

Weekly Downloads

11

Version

1.0.0

License

MIT

Unpacked Size

11 kB

Total Files

5

Last publish

Collaborators

  • erikhofer