karkas

Layout helpers and sugar for Karax

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 1.0.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:26

Authors

  • Constantine Molchanov

Installation

nimble install karkas
choosenim install karkas
git clone https://github.com/moigagoo/karkas

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
karkas - - - - - - -

Dependencies

Package Version Optional
nim >= 2.0.0 No
karax >= 1.3.0 No

Source

Repository https://github.com/moigagoo/karkas
Homepage https://github.com/moigagoo/karkas
Registry Source nimble_official

README

Karkas

Karkas is a library for Karax frontend framework that makes it a bit easier to build layouts and work with styles.

Karkas is split into two modules: karkas/styles and karkas/sugar.

karkas/styles contains ready to use styles to turn HTML elements into boxes and containers.

karkas/sugar contains <- func that merges two styles and k func that turns a string into a kstring. Those can be used entirely on their own as syntactic sugar to Karax regardless of Karkas's styles.

Installation

Add Karkas to your .nimble file:

requires karkas