1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-29 12:26:09 +01:00

Add validation icon pattern

This commit is contained in:
Phuoc Nguyen
2019-12-12 20:16:59 +07:00
parent 848909587c
commit f81388b133
6 changed files with 207 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ const ExplorePage = () => {
textAlign: 'center',
}}
>
Here is the collection of 64 patterns
Here is the collection of 65 patterns
</h2>
<div style={{ marginBottom: '32px', textAlign: 'center' }}>
All covers you see in this page are made with CSS only. Inspect them! 🎉
@@ -168,6 +168,7 @@ const ExplorePage = () => {
<CoverCard pattern={Pattern.RadialProgressBar} />
<CoverCard pattern={Pattern.ResizableElement} />
<CoverCard pattern={Pattern.PresenceIndicator} />
<CoverCard pattern={Pattern.ValidationIcon} />
</div>
</section>
</div>