github carbon-design-system/carbon-components-svelte v0.95.0

one hour ago

What's Changed

Features

Bug Fixes


New Portal component

Portal component outside of the direct parent to avoid parent overflow constraints and z-index issues. See Documentation.

<script>
  import { Portal } from "carbon-components-svelte";
</script>

<div>
  <div>This is rendered inside the div</div>
  <Portal>This is rendered outside of the div</Portal>
</div>

Full Changelog: v0.94.0...v0.95.0

Don't miss a new carbon-components-svelte release

NewReleases is sending notifications on new releases.