-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (32 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: "Design System on Rails"
description: "Powered by ViewComponent, build with tailwindcss, designed by shadcn"
---
<div class="headline">
<header>
<h1>Design System on Rails</h1>
<p>A gem to simplify the view layer of your Rails application</p>
</header>
</div>
<div class="hero">
<div class="hero__content">
<img src="{{ 'assets/images/hero.png' }}" alt="Design System on Rails" >
</div>
</div>
<div class="intro">
<div class="intro__content">
<p>
Vitrail is a gem that provides a set of components to build a design system on Rails.
Powered by
<a href="https://viewcomponent.org/">ViewComponent</a>,
build with
<a href="https://tailwindcss.com/">tailwindcss</a>,
and designed by
<a href="https://ui.shadcn.com/">shadcn</a>.
</p>
<ul>
<li><a href="{{ '/docs/' | absolute_url }}" class="button" aria-label="Read the docs">Read the docs</a></li>
<li><a href="https://github.com/kuartz-org/vitrail/" class="button" aria-label="View the source">View the source</a></li>
</ul>
</div>
</div>