From ff3dfc6982d74de58fb4001a09700114676664f2 Mon Sep 17 00:00:00 2001 From: "Douglas M." Date: Thu, 27 Jun 2024 21:57:37 +0200 Subject: [PATCH] docs(box): add the HTML back --- src/pink.gleam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pink.gleam b/src/pink.gleam index d965efe..5840a6e 100644 --- a/src/pink.gleam +++ b/src/pink.gleam @@ -144,7 +144,8 @@ pub fn fragment( } /// `box` is an essential Ink component to build your layout. -/// It's like a `div` with `style="display: flex"` in the browser. +/// +/// It's like a `
` in the browser. /// /// ## Examples /// ```gleam