Packages
Scenic.FuelGauge - A component for displaying fuel level in a scenic project
Current section
Files
Jump to
Current section
Files
scenic_fuel_gauge
README.md
README.md

# ScenicFuelGauge
This is a stateless component that you can add to your scenic project to render a fuel gauge.
For example usage and API documentation, please [check out hexdocs](https://hexdocs.pm/scenic_fuel_gauge/index.html).
To use this in your project you can just add it as a hex dependency.
```elixir
def deps do
[
{:scenic_fuel_gauge, "~> 0.1"}
]
end
```