Skip to content

Commit

Permalink
Create css-zero.html.erb
Browse files Browse the repository at this point in the history
Add CSS Zero to UI Frameworks
  • Loading branch information
lazaronixon authored Oct 17, 2024
1 parent eb98bce commit 53c4e74
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/content/pages/ecosystem/ui-frameworks/css-zero.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: CSS Zero
---

<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
<% page.with_title(title: current_page.data.fetch("title")) %>
<%= link_to "lazaronixon/css-zero", "https://github.com/lazaronixon/css-zero", target: :_blank %><br>
<%= link_to "Documentation", "http://csszero.lazaronixon.com", target: :_blank %><br>
<% end %>

0 comments on commit 53c4e74

Please sign in to comment.