0.0.1-alfa-0.2 • Published 6 years ago

bigfoot-ui v0.0.1-alfa-0.2

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

Bigfoot UI

UI kit library of custom elements (web components) demo page

Install

npm install bigfoot-ui

hz-range

Range component

Usage

  • js
import * as bigfootui from "bigfoot-ui";
  • html
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Bigfoot ui</title>
</head>
<body>
<div id="root"></div>
<script src="index.js"></script>
</body>
</html>