- Basic Usage
- Prop Table
import { TopBarTitle } from '@duik/it'
import TopBarTitle from '@duik/top-bar-title'
Prestyled title for top bar. Check the full usage on Building Top Bar. For the best usage, wrap your TopBarTitle with TopBarSection.
Title | <TopBar> <TopBarSection> <TopBarTitle> Title </TopBarTitle> </TopBarSection> </TopBar> <section class="top-bar"> <div class="top-bar-section"> <h2 class="top-bar-title">Title</h2> </div> </section> ReactHTML Snippet |
Any props you would pass to <h2>
.