Skip to content
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
1d27b63
update angular package publishing
darula-hpp Feb 10, 2026
50fe932
update changelog
darula-hpp Feb 10, 2026
7e45d97
add Contributing guide
darula-hpp Feb 10, 2026
8f76e26
docs: Revise README for clarity . (#30)
darula-hpp Feb 11, 2026
1aecd56
re add package-lock for ci
darula-hpp Feb 11, 2026
b8d8f6b
Regenerate lockfile
darula-hpp Feb 11, 2026
a3a89c8
Merge branch 'main' into dev
darula-hpp Feb 11, 2026
cdb567e
Feature/docs site/om (#33)
darula-hpp Feb 12, 2026
44dbe97
Merge branch 'main' into dev
darula-hpp Feb 12, 2026
9d787eb
docs: add stars count
darula-hpp Feb 13, 2026
05300a6
Merge branch 'dev' of github.com:darula-hpp/shimmer-from-structure in…
darula-hpp Feb 13, 2026
05ee04c
Merge branch 'main' into dev
darula-hpp Feb 13, 2026
bf51e35
Add documentation link to README
darula-hpp Feb 14, 2026
9bc7629
Fix documentation formatting in README.md
darula-hpp Feb 14, 2026
b160a1e
docs: add shimmer demo on landing
darula-hpp Feb 17, 2026
223f24f
docs:fix non visible text color
darula-hpp Feb 17, 2026
6a5b595
Merge branch 'dev' of github.com:darula-hpp/shimmer-from-structure in…
darula-hpp Feb 17, 2026
d96915b
fix import
darula-hpp Feb 17, 2026
6d43941
Merge branch 'main' into dev
darula-hpp Feb 17, 2026
f8bab90
bug: fix issues where br tag wasnt shimmered (#42)
darula-hpp Feb 21, 2026
46f5c09
Fix: resolve React 18 crash and bump version to 2.3.3 (#45)
darula-hpp Feb 25, 2026
b95a6f2
Merge branch 'main' into dev
darula-hpp Feb 25, 2026
7b519f4
Fix svelte version fix (#49)
darula-hpp Mar 3, 2026
93a2ed2
bump svelte version and update changelog
darula-hpp Mar 3, 2026
b898f95
Merge branch 'main' into dev
darula-hpp Mar 3, 2026
16cb8e5
refactor(react): gracefully handle errors in measureElements
darula-hpp Mar 3, 2026
daa030c
chore: update changelog
darula-hpp Mar 3, 2026
5c76584
Merge branch 'main' into dev
darula-hpp Mar 3, 2026
b06e2d9
refactor:(vue) gracefully handle errors in measureElements
darula-hpp Mar 11, 2026
1fce3f7
refactor(core) Move tests to tests folder
darula-hpp Mar 11, 2026
7ce17b6
refactor(vue) Move tests to test folder
darula-hpp Mar 11, 2026
d9a7044
refactor(vue) Move tests to test folder
darula-hpp Mar 11, 2026
e590437
refactor(svelte): move tests to test folder
darula-hpp Mar 11, 2026
c7d6c25
refactor(solid) move tests to tests folder
darula-hpp Mar 11, 2026
7eae876
refactor(react) move tests to dedicated folder
darula-hpp Mar 11, 2026
98121f2
refactor(angular) move tests to tests folder
darula-hpp Mar 11, 2026
cfe179c
Feat/add html attributes (#56)
darula-hpp Mar 15, 2026
20ab089
Merge branch 'main' into dev
darula-hpp Mar 15, 2026
cbff2b4
(react) isolate workspace react from package react
darula-hpp Mar 15, 2026
ce88794
(docs) add shimmer ignore
darula-hpp Mar 15, 2026
23ab83c
Merge branch 'main' into dev
darula-hpp Mar 15, 2026
bd20fdf
bug(react): Fix issue where react internals are bundled
darula-hpp Mar 16, 2026
12e24c6
Merge branch 'dev' of github.com:darula-hpp/shimmer-from-structure in…
darula-hpp Mar 16, 2026
1700f43
Merge branch 'main' into dev
darula-hpp Mar 16, 2026
a96f30f
fix: resolve CommonJS/ESM module resolution in Vite SSR environments
darula-hpp Mar 21, 2026
9feb8f6
fix: resolve CommonJS/ESM module resolution in Vite SSR environments
darula-hpp Mar 21, 2026
a2ba5c7
Merge branch 'main' into dev
darula-hpp Mar 21, 2026
a7d1bc1
(docs) - Update docs with HTML attributes examples and api
darula-hpp Mar 23, 2026
8de532c
(docs) - Update from skeleton loader -> skeleton generator
darula-hpp Mar 24, 2026
f6eabbf
docs - Improve footer block element shimmer
darula-hpp Mar 29, 2026
393377e
docs - Improve shimmer demo
darula-hpp Mar 29, 2026
9c968f2
add npm stats to docs
darula-hpp Mar 31, 2026
23592e2
docs - Add Provider to configure global colour
darula-hpp Mar 31, 2026
b5bd5d0
no shimmer labels
darula-hpp Mar 31, 2026
5a71bca
Merge branch 'main' into dev
darula-hpp Mar 31, 2026
a2279df
docs - Improve card titles shimmer
darula-hpp Mar 31, 2026
712669b
Merge branch 'dev' of github.com:darula-hpp/shimmer-from-structure in…
darula-hpp Mar 31, 2026
2c38a94
docs - improve docs
darula-hpp Mar 31, 2026
d4a27a3
Merge branch 'main' into dev
darula-hpp Mar 31, 2026
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
12 changes: 6 additions & 6 deletions docs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,46 +118,46 @@ export default function Home() {

<div className="grid md:grid-cols-3 gap-8">
<div className="p-6 border border-gray-200 dark:border-gray-800 rounded-lg bg-white dark:bg-transparent">
<h3 className="text-xl font-semibold mb-3">Zero Maintenance</h3>
<h3 className="text-xl font-semibold mb-3 w-fit">Zero Maintenance</h3>
<p className="text-gray-600 dark:text-gray-400">
Automatically measures your component's structure at runtime. No need to
maintain separate skeleton components.
</p>
</div>

<div className="p-6 border border-gray-200 dark:border-gray-800 rounded-lg bg-white dark:bg-transparent">
<h3 className="text-xl font-semibold mb-3">Auto Border-Radius</h3>
<h3 className="text-xl font-semibold mb-3 w-fit">Auto Border-Radius</h3>
<p className="text-gray-600 dark:text-gray-400">
Detects border-radius from your CSS automatically. Circular avatars get circular
shimmer blocks.
</p>
</div>

<div className="p-6 border border-gray-200 dark:border-gray-800 rounded-lg bg-white dark:bg-transparent">
<h3 className="text-xl font-semibold mb-3">Framework Agnostic</h3>
<h3 className="text-xl font-semibold mb-3 w-fit">Framework Agnostic</h3>
<p className="text-gray-600 dark:text-gray-400">
Dedicated adapters for React, Vue, Svelte, Angular, and SolidJS with
framework-specific APIs.
</p>
</div>

<div className="p-6 border border-gray-200 dark:border-gray-800 rounded-lg bg-white dark:bg-transparent">
<h3 className="text-xl font-semibold mb-3">Tiny Bundle Size</h3>
<h3 className="text-xl font-semibold mb-3 w-fit">Tiny Bundle Size</h3>
<p className="text-gray-600 dark:text-gray-400">
Core package is only 1.44 kB. Framework adapters range from 3.89 kB to 12.84 kB.
</p>
</div>

<div className="p-6 border border-gray-200 dark:border-gray-800 rounded-lg bg-white dark:bg-transparent">
<h3 className="text-xl font-semibold mb-3">Dynamic Data Support</h3>
<h3 className="text-xl font-semibold mb-3 w-fit">Dynamic Data Support</h3>
<p className="text-gray-600 dark:text-gray-400">
Use templateProps to provide mock data for components that receive dynamic
props.
</p>
</div>

<div className="p-6 border border-gray-200 dark:border-gray-800 rounded-lg bg-white dark:bg-transparent">
<h3 className="text-xl font-semibold mb-3">Dark Mode Friendly</h3>
<h3 className="text-xl font-semibold mb-3 w-fit">Dark Mode Friendly</h3>
<p className="text-gray-600 dark:text-gray-400">
Default colors use semi-transparent whites that work on any background.
</p>
Expand Down
Loading