layerchart icon indicating copy to clipboard operation
layerchart copied to clipboard

Skeleton-4 example package

Open cycle4passion opened this issue 2 months ago • 1 comments

  • look at layerchart import in package.json. That doesn't match what you were doing in skeleton-3. May need updated.

cycle4passion avatar Nov 14 '25 00:11 cycle4passion

⚠️ No Changeset found

Latest commit: 4073a9d2950e5b2a38cf102166de01f4d138dcb6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Nov 14 '25 00:11 changeset-bot[bot]

Open in StackBlitz

npm i https://pkg.pr.new/layerchart@683

commit: 4073a9d

pkg-pr-new[bot] avatar Nov 16 '25 00:11 pkg-pr-new[bot]

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
layerchart ✅ Ready (View Log) Visit Preview 4073a9d2950e5b2a38cf102166de01f4d138dcb6

github-actions[bot] avatar Nov 16 '25 00:11 github-actions[bot]

Thanks @cycle4passion 🫶.

I updated the way the layerchart package is imported and also use <html class="dark"> instead of <html data-mode="dark"> (which aligns with our other examples and fixed dark mode styling (we could also have updated skeleton-4.css to use data-mode) but liked being consistent (not sure why their Lightswitch example only shows data-mode but any supported Tailwind strategy works).

Verified all worked locally:

Light Dark
image image

Thanks again!

techniq avatar Nov 16 '25 01:11 techniq