0.0.2 • Published 5 years ago

@hackgt/fluo v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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!