README.md

<p align="center">
  <img width="140px" src="docs/images/logo.png">
  
  <h1 align="center">Paleta</h1>
  
  <p align="center">
    An Elixir UI Components library to make engineers' life easier.
  </p>
</p>

<p align="center">
  <a href="#">
    <img alt="Build Status" src="https://github.com/flowy-framework/paleta/actions/workflows/test.yml/badge.svg">
  </a>
  <a href="https://codecov.io/gh/flowy-framework/paleta">
    <img src="https://codecov.io/gh/flowy-framework/paleta/branch/main/graph/badge.svg?token=7XTN1OEUHY"/>
  </a>
  <a href="https://github.com/flowy-framework/l/commits/master">
    <img src="https://img.shields.io/github/last-commit/flowy-framework/paleta.svg"/>
  </a>
</p>

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `paleta` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:paleta, "~> 0.1.0"}
  ]
end
```