Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Extend Entity/Message with Header #484

Closed
ebollens opened this issue Oct 22, 2013 · 1 comment
Closed

Extend Entity/Message with Header #484

ebollens opened this issue Oct 22, 2013 · 1 comment
Assignees
Milestone

Comments

@ebollens
Copy link
Contributor

A use case raised by IT Services includes the need for a header bar on the message entity.

An example as posed by @melcassio:
alert-warning

Of course, we'll have rounded corners by default, but besides that, the rest clearly fits the current message entity, with the exception that we don't actually have a header structure yet for messages.

The markup to power this might be something like:

<aside class="message [connotation]">
  <header>
    <h1>Message Title Bar</h1>
  </header>
  <p>Some text related to the error</p>
  <p>Some more text</p>
</aside>

Similarly, we should support multiple lines such as:

<aside class="message [connotation]">
  <header>
    <h1>Message Primary Title</h1>
    <h2>Message Secondary Title</h2>
  </header>
  <p>Some text related to the error</p>
  <p>Some more text</p>
</aside>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant