Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghivert/sketch
A CSS-in-Gleam package, made to work with frontend and directly with lustre!
https://github.com/ghivert/sketch
css css-in-js frontend gleam-lang lustre
Last synced: 7 days ago
JSON representation
A CSS-in-Gleam package, made to work with frontend and directly with lustre!
- Host: GitHub
- URL: https://github.com/ghivert/sketch
- Owner: ghivert
- License: mit
- Created: 2024-04-03T13:54:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T15:25:07.000Z (7 months ago)
- Last Synced: 2024-04-14T08:28:52.952Z (7 months ago)
- Topics: css, css-in-js, frontend, gleam-lang, lustre
- Language: Gleam
- Homepage: https://hexdocs.pm/sketch/
- Size: 126 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gleam - sketch - [📚](https://hexdocs.pm/sketch/) - A CSS-in-Gleam package, made to work with frontend, and directly with lustre! (Packages / Frontend)
README
# Sketch
Monorepo for the Sketch, CSS-in-Gleam project. Sketch is both a specification
and multiple runtimes to get CSS in Gleam correctly executed.## Core package
- [`sketch`](https://hexdocs.pm/sketch)
## Current integrations
- [`sketch_css`](https://hexdocs.pm/sketch_css)
- [`sketch_lustre`](https://hexdocs.pm/sketch_lustre)
- [`sketch_redraw`](https://hexdocs.pm/sketch_redraw)## Future integrations
- `sketch_nakai`
## Integrating the Sketch list
To integrate Sketch, you'll write a package and publish it on Hex. Feel free to
submit a PR to point to your package in this README! This would give visibility
to your package, and help users to find your integration directly from here!## Examples
Some examples can be found in `e2e/` folder. Take a look if you want to see what
Sketch looks like in its real shape!## Contributing
You love Sketch and you'd like to contribute! Open an issue or a PR directly!