diff --git a/README.md b/README.md index 0e67130..16b68cf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # masonry-angular — workspace +[](https://www.npmjs.com/package/masonry-angular) +[](LICENSE) + Angular workspace for the **masonry-angular** library and its example app. +**[npm](https://www.npmjs.com/package/masonry-angular)** · +**[GitHub](https://github.com/MeAkib/masonry-angular)** · +**[StackBlitz](https://stackblitz.com/github/MeAkib/masonry-angular/tree/main/examples/stackblitz)** + | Project | Path | | | --- | --- | --- | | `masonry-angular` | `projects/masonry-angular` | The publishable library. | diff --git a/package.json b/package.json index e0b22b1..91c5c3c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "size:features": "npm run build:lib && node scripts/feature-size.mjs", "verify:ssr": "npm run build:lib && node scripts/verify-ssr.mjs", "verify:compat": "node scripts/verify-compat.mjs", - "verify:docs": "npm run build:lib && node scripts/verify-docs.mjs" + "verify:docs": "npm run build:lib && node scripts/verify-docs.mjs", + "postbuild": "node scripts/inject-meta.mjs" }, "packageManager": "npm@11.12.1", "engines": { diff --git a/projects/demo/public/og.png b/projects/demo/public/og.png new file mode 100644 index 0000000..8a90ed2 Binary files /dev/null and b/projects/demo/public/og.png differ diff --git a/projects/demo/src/app/app.css b/projects/demo/src/app/app.css index 080607e..f4ecc21 100644 --- a/projects/demo/src/app/app.css +++ b/projects/demo/src/app/app.css @@ -49,3 +49,31 @@ nav a.active { main { padding: 20px 10px; } + +.masthead .links { + display: flex; + flex-wrap: wrap; + gap: 14px; + align-items: center; + margin-top: 10px; + font-size: 0.85rem; +} + +.masthead .links a { + color: var(--accent); + text-decoration: none; + border-bottom: 1px solid transparent; +} + +.masthead .links a:hover { + border-bottom-color: currentcolor; +} + +.masthead .links code { + padding: 2px 8px; + border: 1px solid var(--line); + border-radius: 6px; + background: var(--panel); + color: var(--muted); + font-size: 0.8rem; +} diff --git a/projects/demo/src/app/app.html b/projects/demo/src/app/app.html index ab1cca8..cf0f48a 100644 --- a/projects/demo/src/app/app.html +++ b/projects/demo/src/app/app.html @@ -2,6 +2,25 @@
Zero-dependency masonry for Angular — signal-based, zoneless and SSR-safe.
+ + +
+
+ npm
+
+
+ GitHub
+
+
+ StackBlitz
+
+ npm i masonry-angular
+