Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
<div class="blankslate-container">
<div data-view-component="true" class="blankslate">
<span data-view-component="true">
<svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="64" height="64" viewBox="0 0 16 16" fill="none" aria-hidden="true" data-view-component="true" class="blankslate-image anim-rotate">
<circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" fill="none" />
<path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
</svg> <span class="sr-only">Loading</span>
</span>
<h2 data-view-component="true" class="blankslate-heading">Mirroring your repository</h2>
<p data-view-component="true">We’re currently mirroring this repository. It should take anywhere from a few minutes to a couple of hours depending on the size of the repository.</p>
</div>
</div>
1
2
3
4
5
render Primer::Beta::Blankslate.new(narrow: narrow, spacious: spacious, border: border) do |component|
component.with_heading(tag: :h2).with_content("Mirroring your repository")
component.with_description { "We’re currently mirroring this repository. It should take anywhere from a few minutes to a couple of hours depending on the size of the repository." }
component.with_visual_spinner(size: :large)
end
Param Description Input