README
Placeholder is a utility component to temporarily carve out space on the page, representing content or a component that will be used eventually.
Install via NPM
npm install @bolt/components-placeholder
Placeholder element only used in Pattern Lab demos.
<script type="module">
import boltComponentsPlaceholder from 'https://cdn.skypack.dev/@bolt/components-placeholder';
</script>
Placeholder is a utility component to temporarily carve out space on the page, representing content or a component that will be used eventually.
npm install @bolt/components-placeholder