@hackgt/fluo
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

fluo

🎐 Another web-component library, brought to you by ninjas

Getting Started

Installation

Using yarn

yarn add @hackgt/fluo

Using npm

npm install @hackgt/fluo

Using a CDN

TODO: serve minified version on unpkg

Usage

index.js

import { Button, FluoDesignProvider } from "@hackgt/fluo";

Button;
FluoDesignProvider;

index.html

<!doctype html>
<html>
  <head>...</head>
  <body>
    <fl-design-system-provider>
      <fl-button></fl-button>
    </fl-design-system-provider>
    <script type="module" src="./index.js"></script>
  </body>
</html>

This will display a button using the Fluo design system.

Documentation

You can find detailed documentation of fluo here.

Contributing

If you're interested in contributing to this project, please see CONTRIBUTING.md. If you've found a bug, or want to propose a new feature, please file an issue here!

Dependents (0)

Package Sidebar

Install

npm i @hackgt/fluo

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

208 kB

Total Files

16

Last publish

Collaborators

  • agoyal1
  • epinto6