canonical / vanilla-framework

From community websites to web applications, this CSS framework will help you achieve a consistent look and feel.
https://vanillaframework.io
GNU Lesser General Public License v3.0
849 stars 169 forks source link

Document hero macro #5325

Closed jmuzina closed 2 months ago

jmuzina commented 3 months ago

Done

Note: this PR does not show the hero macro call. #5321 introduces the ability to view the Jinja macro call in the docs page.

Fixes WD-14522

QA

Check if PR is ready for release

If this PR contains Vanilla SCSS code changes, it should contain the following changes to make sure it's ready for the release:

Screenshots

Screenshot 2024-08-29 at 2 24 00 PM
webteam-app commented 3 months ago

Demo

Jenkins

demos.haus

jmuzina commented 3 months ago

The only thing this doesn't really cover is how to import/include this specific macro. I need to see how that will line up with @pastelcyborg 's work on adding the macros to NPM and the general macros docs

jmuzina commented 3 months ago

Import instructions were added, with namespaced macro (following convention from #5329)

jmuzina commented 3 months ago

Added link to the macro installation page, assuming merge of #5330 as-is