1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-20 04:41:31 +02:00

Add folder structure pattern

This commit is contained in:
Phuoc Nguyen
2021-04-03 16:51:23 +07:00
parent d78be479d3
commit 0524cf7872
8 changed files with 394 additions and 55 deletions

View File

@@ -14,7 +14,7 @@ const Rectangle: React.FC<RectangleProps> = ({ height = 8 }) => {
<div
style={{
backgroundColor: 'rgba(0, 0, 0, .3)',
borderRadius: '2px',
borderRadius: '0.25rem',
height: `${height}px`,
width: '100%',
}}