1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-16 11:04:30 +02:00

Use placeholder for sticky footer

This commit is contained in:
Phuoc Nguyen
2019-11-16 12:05:26 +07:00
parent b8e8aff61c
commit 5172ecab86
2 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
const Rectangle = ({ height }) => {
const Rectangle = ({ height = 8 }) => {
return (
<div
className="w-100 bg-black-30 br-pill"