Packages

A dom manipulation library for gleam

Current section

Files

Jump to
subdued README.md
Raw

README.md

# subdued
[![Package Version](https://img.shields.io/hexpm/v/subdued)](https://hex.pm/packages/subdued)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/subdued/)
```sh
gleam add subdued@1
```
```gleam
import subdued
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/subdued>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```