mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-28 16:19:52 +02:00
Add stepper cover
This commit is contained in:
12
client/placeholders/VerticalLine.jsx
Normal file
12
client/placeholders/VerticalLine.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
|
||||
const VerticalLine = () => {
|
||||
return (
|
||||
<div
|
||||
className="h-100 bg-black-30"
|
||||
style={{ width: '1px' }}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
export default VerticalLine;
|
Reference in New Issue
Block a user