Skip to content

Commit

Permalink
add badge component to the style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jordianguela committed Oct 22, 2024
1 parent 7affe18 commit bbe57ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/pages-content/style-guide/badge.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<section class="section block block--white">
<div class="container">
<h1>Badge</h1>
<div class="section">
<span class="badge bg-primary">New</span>
</div>
</div>
</section>
3 changes: 2 additions & 1 deletion src/style-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@

<%- include('pages-content/style-guide/buttons.ejs') %>

<%- include('pages-content/style-guide/cards.ejs') %>
<%- include('pages-content/style-guide/badge.ejs') %>

<%- include('pages-content/style-guide/cards.ejs') %>

<%- include('pages-content/style-guide/blocks.ejs') %>

Expand Down

0 comments on commit bbe57ca

Please sign in to comment.