Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Sources/SnappTheming/SnappTheming.docc/SnappTheming.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# ``SnappTheming``

@Metadata {
@PageImage(purpose: icon, source:"logo")
}

Framework for parsing design theme declarations from JSON.

## Overview

![SnappTheming logo](Resources/logo.png)

`SnappTheming` is a Swift framework designed to simplify the integration of dynamic design themes into iOS applications. Utilizing JSON declarations, the framework facilitates the extraction and application of various theming elements, including colors, fonts, gradients, and shape styles, directly into the applications user interface.
`SnappTheming` is a Swift framework designed to simplify the integration of dynamic design themes into iOS applications. Utilizing JSON declarations, the framework facilitates the extraction and application of various theming elements, including colors, fonts, gradients, and shape styles, directly into the application's user interface.

[Clone on GitHub](https://github.com/Snapp-Mobile/SnappTheming)

Expand Down