AusDTO / gov-au-ui-kit

MOVED TO https://github.com/govau/uikit/
https://github.com/govau/uikit/
MIT License
19 stars 12 forks source link

Header #466

Open jonathanconway opened 7 years ago

jonathanconway commented 7 years ago

As we prototype in Business Identity we've been noticing some of the nice headers being used around the DTA, e.g. on Design Guide and Gov AU.

So we'd like if you could add a Header component to the UI Kit. Just a simple, plain blue-green strip across the top of the screen, with a title.

maxious commented 7 years ago

you get a simple strip with text with

<div class="hero-sml corporate">
  <div class="wrapper">
    <p>Minister for Communications</p>
  </div>
</div>

eg. http://gov-au-ui-kit.apps.staging.digital.gov.au/examples/ministers-content.html

jonathanconway commented 7 years ago

@maxious, thanks, yep, we're using that for the time being.

DJMyles commented 7 years ago

The UI kit also has a stack of bg-color-text-color combinations in it which can be applied to any element. They are generic so don't apply to any particular component - http://guides.service.gov.au/design-guide/foundations/colours/index.html (under Accessibility (assessible combinations).