Sha256: 3f4444a7f4abcc154ec2c66700e72d321340a5fcb260ea71841367bbddf23cbd
Contents?: true
Size: 675 Bytes
Versions: 1
Compression:
Stored size: 675 Bytes
Contents
<%= render Yattho::Beta::Blankslate.new do |component| %> <% component.with_visual_icon(icon: :book) %> <% component.with_heading(tag: :h2).with_content("Welcome to the mona wiki!") %> <% component.with_description { "Wikis provide a place in your repository to lay out the roadmap of your project, show the current status, and document software better, together."} %> <% component.with_primary_action(href: "https://github.com/monalisa/mona/wiki/_new").with_content("Create the first page") %> <% component.with_secondary_action(href: "https://docs.github.com/en/github/building-a-strong-community/about-wikis").with_content("Learn more about wikis") %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.0.1 | previews/docs/beta_blankslate_preview/primary_and_secondary_actions.html.erb |