Skip to content

Commit

Permalink
Add category to sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert authored and lpil committed Apr 14, 2024
1 parent a674c78 commit 2a18e4a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [lustre_ui](https://github.com/lustre-labs/lustre_ui) - [📚](https://hexdocs.pm/lustre_ui/) - A collection of components and design tokens for building Lustre apps.
- [lustre_virtual_list](https://github.com/schurhammer/lustre_virtual_list) - [📚](https://hexdocs.pm/lustre_virtual_list/) - A virtual list component for lustre.
- [lustre_websocket](https://codeberg.org/kero/lustre_websocket) - [📚](https://hexdocs.pm/lustre_websocket/) - Web Socket requests from lustre
- [sketch](https://github.com/ghivert/sketch) - [📚](https://hexdocs.pm/sketch/) - A CSS-in-Gleam package, made to work with frontend, and directly with lustre!

### Gleam

Expand Down
5 changes: 5 additions & 0 deletions packages/bigben.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "bigben"
description = "A clock abstraction, with time travel."
docs_url = "https://hexdocs.pm/bigben/"
repo_url = "https://github.com/maxdeviant/bigben"
category = ""
5 changes: 5 additions & 0 deletions packages/glex.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "glex"
description = "Simple lexer generator for Gleam"
docs_url = "https://hexdocs.pm/glex/"
repo_url = "https://github.com/vaphes/glex"
category = ""
4 changes: 2 additions & 2 deletions packages/sketch.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "sketch"
description = "A CSS-in-Gleam package, made to work with frontend, backend, and directly with lustre!"
description = "A CSS-in-Gleam package, made to work with frontend, and directly with lustre!"
docs_url = "https://hexdocs.pm/sketch/"
repo_url = "https://github.com/ghivert/sketch"
category = ""
category = "Frontend"
5 changes: 5 additions & 0 deletions packages/term_size.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "term_size"
description = "Retrieve the terminal's size in rows and columns on all targets"
docs_url = "https://hexdocs.pm/term_size/"
repo_url = "https://github.com/MystPi/term_size"
category = ""

0 comments on commit 2a18e4a

Please sign in to comment.