tryexceptpass / sofi

an OS agnostic UI module for Python
MIT License
387 stars 49 forks source link

Add Bootstrap Page Header #45

Closed tryexceptpass closed 7 years ago

tryexceptpass commented 8 years ago

Provide a PageHeader object that represents the div with page-header class.

jigarmistry commented 8 years ago

Should we give option to set size of header(h1,h2...) ?

<div class = "page-header">

   <h1>
      Example page header 
      <small>Subtext for header</small>
   </h1>

</div>
tryexceptpass commented 8 years ago

No, it seems h1 is what wraps defines it.

jigarmistry commented 8 years ago

So we need to harcode the H1 into page header object. Is it ?

tryexceptpass commented 8 years ago

Yes, for now. If we need to, we can change it later.