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:
@@ -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%',
|
||||
}}
|
||||
|
Reference in New Issue
Block a user