Chankya
  • Introduction
  • Getting Started
  • Start Building
  • Layouts
  • Seed Project
  • Style Customisation
  • Third Party Modules
  • UI Elements
    • Buttons
    • Progress Bar
    • Tabs
    • Accordions
    • Pagination
    • Tooltip
    • Cards
    • Social Icons
    • Typography
    • Drop down
    • Alerts
    • Carousel
    • Date picker
    • Slider
  • Components
    • List
    • Grid
  • Contact Us
    • Hire Us
  • Changelog
Powered by GitBook
On this page

Was this helpful?

  1. UI Elements

Cards

If you’re familiar with Bootstrap 4.2, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.

<div class="card card-white">
    <div class="card-header">
        Card Heading
    </div>
    <div class="card-block">
        <h3 class="text-capitalize">Body Heading</h3>
        <p>Easily add a heading container to your Card with .Card-heading. You may also include any <code><h1>-<h6></code> 
        with a .card-title class to add a pre-styled heading.</p>
    </div>
    <div class="card-footer">
        Card footer
    </div>
</div>

PreviousTooltipNextSocial Icons

Last updated 6 years ago

Was this helpful?