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

Core Atom HTML Element: Heading #81

Closed
1 task done
arcticicestudio opened this issue Dec 16, 2018 · 0 comments
Closed
1 task done

Core Atom HTML Element: Heading #81

arcticicestudio opened this issue Dec 16, 2018 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Dec 16, 2018

Associated epic: #69, #2

This issue documents the implementation of the core atom(s) H1-H6 that represent the content sectioning HTML element <h1>-<h6>.

It will use custom styles instead of browser defaults and will allow to disable the bottom margin via props. The font style like size, modular scale and family will adhere to the “Typography” design concept.

Tasks

  • Implement the core atom HTML element component Heading.
@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 the core atom(s) `H1`-`H6` which represent the
content sectioning (1) HTML element `<h1>`-`<h6>` (2).

It uses custom styles instead of browser defaults and allows to disable
the bottom margin via the `noMargin` prop. The font styles like size,
modular scale and family adhere to the "Typography" design concept (3).

References:
  (1) https://developer.mozilla.org/en-US/docs/Web/HTML/Element#Content_sectioning
  (2) https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements
  (3) #2

Associated epics: GH-69, GH-2
GH-81
arcticicestudio added a commit that referenced this issue Dec 17, 2018
…tml-element-heading

Core Atom HTML Element: Heading
@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