Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty State Component #78

Closed
4 tasks done
arcticicestudio opened this issue Dec 16, 2018 · 0 comments
Closed
4 tasks done

Empty State Component #78

arcticicestudio opened this issue Dec 16, 2018 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Dec 16, 2018

Associated epics: #63, #68

This issue documents the implementation of the molecule component to represent an empty state.

Structure

The component will consists of three parts: an vector illustration, the headline and the corresponding subline.

Vector Illustration

The illustration will be the main element. The component will provide multiple illustrations that can be selected through a prop.

Headline

The headline will inform the user about the purpose of the illustration and the reason why it is currently shown.

Subline

The subline includes information and helpful instructions in addition to the headline.

Base Sectioning Component

The empty state component will be placed within a base HTML component that represents a <section> with multiple base style variants.

Initial Usage

The new empty state component will be initially used by implementing the base page components for missing header navigation links.

Tasks

  • Implement base styled sectioning component.
  • Implement vector illustrations and styled components.
  • Implement the EmptyState component.
  • Implement missing base page components for header navigation links.
@arcticicestudio arcticicestudio added this to the 0.3.0 milestone Dec 16, 2018
@arcticicestudio arcticicestudio self-assigned this Dec 16, 2018
arcticicestudio added a commit that referenced this issue Dec 17, 2018
This commit implements a base HTML component that represents a
`<section>` (1) with multiple base style variants.

References:
  (1) https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section

Associated epic: GH-63
GH-78
arcticicestudio added a commit that referenced this issue Dec 17, 2018
This includes three vector SVG images as SVG vector illustration
components that can be rendered through the styled `Illustration`
component via the `illustrationVariant` prop.

GH-78
arcticicestudio added a commit that referenced this issue Dec 17, 2018
This commit implements the actual empty state component that consists of
the styled components and provides the rendered output and logic.

GH-78
arcticicestudio added a commit that referenced this issue Dec 17, 2018
This is a preparation for the empty state component that'll be shown on
the initial implementation of the URL target page component.

GH-78
arcticicestudio added a commit that referenced this issue Dec 17, 2018
This commit provides the missing base page components for the header
navigation links implemented in GH-64 (1). This initial implementation
renders the new empty state (2) component wrapped in the also included
`Section` core container component that represents a base HTML
section (3).

References:
  (1) #64
  (2) https://material.io/design/communication/empty-states.html
  (3) https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section

GH-78
arcticicestudio added a commit that referenced this issue Dec 17, 2018
@arcticicestudio arcticicestudio removed their assignment Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant