File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,17 @@ import HeaderTypesExamples from './Types/HeaderTypesExamples';
33import HeaderContentExamples from './Content/HeaderContentExamples' ;
44import HeaderStatesExamples from './States/HeaderStatesExamples' ;
55import HeaderVariationsExamples from './Variations/HeaderVariationsExamples' ;
6+ import { Message } from 'stardust' ;
67
78export default class HeaderExamples extends Component {
89 render ( ) {
910 return (
1011 < div >
11- TODO: explain semantic uses divs and h* tags and how we accomplish that with Header and HEader.H*
12+ < Message className = 'warning' >
13+ Semantic UI uses conventional h1, h2, etc... for headers. For cleanliness in Stardust,
14+ we've created a Header component that uses sub-components for specifying header clasess.
15+ For example, a h2 tag will written as Header.H2. See the examples below for further clarfication.
16+ </ Message >
1217 < HeaderTypesExamples />
1318 < HeaderContentExamples />
1419 < HeaderStatesExamples />
You can’t perform that action at this time.
0 commit comments