Packages

A UI Library for the novdom frontend framework writte in Gleam. Focused on office application and customizability for the end user

Current section

Files

Jump to
cosmos README.md
Raw

README.md

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