1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-28 20:14:01 +01:00

feat: Separator

This commit is contained in:
Phuoc Nguyen
2022-09-19 22:59:05 +07:00
parent 61b40e8ab5
commit cac3718ae6
7 changed files with 105 additions and 147 deletions

View File

@@ -0,0 +1,4 @@
<div class="separator">
<div class="separator__content">{% rectangle "hor", "sm", 100 %}</div>
<div class="separator__separator"></div>
</div>