mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-22 13:42:50 +02:00
Add square placeholder
This commit is contained in:
9
client/placeholders/Square.jsx
Normal file
9
client/placeholders/Square.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
const Square = ({ size = 8 }) => {
|
||||
return (
|
||||
<div className="w-100 h-100 bg-black-30 br1" />
|
||||
);
|
||||
};
|
||||
|
||||
export default Square;
|
Reference in New Issue
Block a user