mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-09 19:09:08 -06:00
Feat: Empty View Component
This commit is contained in:
@@ -21,7 +21,7 @@ import IconBox from "../../IconBox";
|
||||
* <EmptyView
|
||||
* icon={<SomeIcon />}
|
||||
* header="Average Response Time"
|
||||
* message="No Resposne Time Available"
|
||||
* message="No Response Time Available"
|
||||
* headingLevel="h2"
|
||||
* justifyContent="center"
|
||||
* height="50%"
|
||||
@@ -105,4 +105,4 @@ EmptyView.propTypes = {
|
||||
height: PropTypes.string
|
||||
};
|
||||
|
||||
export default EmptyView;
|
||||
export default EmptyView;
|
||||
|
||||
Reference in New Issue
Block a user