Skip to content
Snippets Groups Projects
Commit 446129ef authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Document EmptyState

parent a1f4bbb2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,13 @@ import React, {PropTypes} from "react";
import {Link} from "react-router";
import cx from "classnames";
/*
* EmptyState is a component that can
* 1) introduce a new section of Metabase to a user, and encourages the user to take an action
* 2) indicate an empty result after an user-triggered search/query
*/
import Icon from "metabase/components/Icon.jsx";
type EmptyStateProps = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment