General
Template
Layout
Typography
Navigational
Informational
- Info Boxes
- Output Boxes
-
Code Boxes
- Cards
Data
Input
Images
Header
Footer
NeonUI Doc Layout
Main Documentation Section of the Document Layout
Main Content of the Page
Main Document Content Area
Main Document Section
Main Document section is a free canvas area to beautifully write one's content. It could be either a Technical Documentation, a Poem, a page of a Novel or a Book, a beautiful memory of a day in a Diary compilation etc.
Implementation Code Sample
<section class="docs-main">
</section>
Copy
Implementation Code with whole Doc Template
<body class="neon-ui">
<main>
<article class="docs-container">
<section class="main-index">
</section>
<section class="docs-main">
</section>
<aside class="page-index">
</aside>
</article>
</main>
</body>
Copy
Document Components
- Main Document section has the documentation text and info
- All the other NeonUI components could be added as an html page
-
Refer the other component pages using using the main index on the left
or continue reading the next pages to learn more about the available components
Docs-main Output Sample
Heading Group
Main Heading of the page
Subheading of the page
First Heading
Subheading for the page
First Para
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Maiores tempora, cum at consectetur facilis eaque quam dicta illum tempore esse voluptatem quod nemo dolore, laudantium tenetur, accusamus ratione. Iure, vitae.
NeonUI Components Sample
- Reference of all the Neon UI components sample is available in this NeonUI Sample page for quick view.