UI Samples
Table styles demo
/app/templates/sample_ui/styles/snippets/_tables.html
Bordered Table
| # | Task | Progress | Label |
|---|---|---|---|
| 1. | Update software |
|
55% |
| 2. | Clean database |
|
70% |
| 3. | Cron job running |
|
30% |
| 4. | Fix and squish bugs |
|
90% |
Condensed Full Width Table
| # | Task | Progress | Label |
|---|---|---|---|
| 1. | Update software |
|
55% |
| 2. | Clean database |
|
70% |
| 3. | Cron job running |
|
30% |
| 4. | Fix and squish bugs |
|
90% |