Add banner

Summary:
Added the following banner into static docs and README file.
{F1984818606}

Reviewed By: saadhzahid

Differential Revision: D91141068

fbshipit-source-id: 54c7743a9243befe98043bae66a96bf1ae07eb6e
This commit is contained in:
Constantine Fry 2026-01-21 10:21:16 -08:00 committed by meta-codesync[bot]
parent c29025477d
commit ac6a40b9e3
4 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# QuickLayout
<img src='Sources/QuickLayout/docs/static/img/main-banner.png' />
QuickLayout is a declarative layout library for iOS, designed to work seamlessly with UIKit. It is lightning-fast, incredibly simple to use, and offers a powerful set of modern layout primitives.

View file

@ -1,10 +1,14 @@
---
sidebar_position: 1
id: intro
title: Overview
slug: /
---
import useBaseUrl from '@docusaurus/useBaseUrl';
# Overview
#
<img src={useBaseUrl('img/main-banner.png')} />
QuickLayout is a declarative layout library for iOS, designed to work seamlessly with UIKit. It is lightning-fast, incredibly simple to use, and offers a powerful set of modern layout primitives.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB