UIkit Article
UIkit Article– UIkit provides classes to create articles which contains- title and metadata. Here in this tutorial, we are going to explain how you can create Articles in UIkit framework.
UIkit Article Example
Class uk-article is used to define the article body,uk-article-title is used to add the title of article, uk-article-meta is used to add the meta information. Here is simple example of article-
UIkit Article Example:
<article class="uk-article"> <h1 class="uk-article-title">Tutorialsplane.com</h1> <p class="uk-article-meta">Written By jhon@example.com.</p> <p>Tutorialsplane is the world's largest learning website..you can get interesting article with example and demo. </p> </article> |
If you run the above example it will produce output something like this.
Advertisements
Add Comment
📖 Read More
- 1. UIkit Badge
- 2. UIkit Breadcrumb
- 3. UIkit Button
- 4. UIkit Card
- 5. UIkit Form
- 6. UIkit Table
- 7. UIkit List
- 8. UIkit Pagination
- 9. UIkit Progress Bar
- 10. UIkit Spinner