Logo
avatar
Ninfa Monaldo

Web Developer

  • Dashboard
  • dashboardnew
    • Ecommerce
    • Project
  • apps
    • Calendar
    • Profile Page
      • Profile
      • Setting
    • Projects Page
      • Projects
      • Projects Details
    • To-Do
    • Team
    • Api
    • Ticket
      • Ticket
      • Ticket Details
    • Emails Page
      • Email
      • Read Email
    • E-shop
      • Cart
      • Product
      • Add Product
      • Product-Details
      • Product list
      • Orders
      • Orders Details
      • Orders List
      • Checkout
      • Wishlist
    • Invoice
    • Chat
    • File Manager
    • Bookmark
    • kanban board
    • Timeline
    • FAQ
    • Pricing
    • Gallery
    • Blog Page
      • Blog
      • Blog Details
      • Add Blog
  • Widgets
  • Component
  • Ui Kits
    • Alert
    • Badges
    • Buttons
    • Cards
    • Dropdown
    • Grid
    • Avatar
    • Tabs
    • Accordions
    • Progress
    • Notifications
    • Lists
    • Helper Classes
    • Background
    • Divider
    • Ribbons
    • Editor
    • Collapse
    • Shadow
    • Wrapper
    • Bullet
    • Placeholder
    • Alignment Things
  • Advanced UI12+
    • Modals
    • OffCanvas Toggle
    • Sweet Alert
    • Scrollbar
    • Spinners
    • Animation
    • Video Embed
    • Tour
    • Slider
    • Bootstrap Slider
    • Scrollpy
    • Tooltip & Popovers
    • Rating
    • Prismjs
    • Count Down
    • Count Up
    • Draggable
  • Icons
    • Fontawesome
    • Flag
    • Tabler
    • Weather
    • Animated
    • Iconoir
    • Phosphor
  • Misc
  • Map & Charts
  • Map & Charts
    • Google Maps
    • Leaflet map
  • Chart
    • Chart js
    • Apexcharts
      • Line
      • Area
      • Column
      • Bar
      • Mixed
      • Timeline & Range-Bars
      • Candlestick
      • Boxplot
      • Bubble
      • Scatter
      • Heatmap
      • Treemap
      • Pie
      • Radial bar
      • Radar
  • Table & forms
  • Table
    • Basic Table
    • Data Table
    • List Js
    • Advance Table
  • Forms elements
    • Form Validation
    • Base Input
    • Checkbox & Radio
    • Input Groups
    • Input Masks
    • Floating Labels
    • Datetimepicker
    • Touch spin
    • Select2
    • Switch
    • Range Slider
    • Typeahead
    • Textarea
    • Clipboard
    • File Upload
    • Dual List Boxes
    • Default Forms
  • Ready to use4
    • Form Wizards
    • Form Wizards 1
    • Form Wizards 2
    • Ready To Use Form
    • Ready To Use Tables
  • Pages
  • Auth Pages
    • Sign In
    • Sign In with Bg-image
    • Sign Up
    • Sign Up with Bg-image
    • Password Reset
    • Password Reset with Bg-image
    • Password Create
    • Password Create with Bg-image
    • Lock Screen
    • Lock Screen with Bg-image
    • Two Step Verification
    • Two Step Verification with Bg-image
  • Error pages
    • Bad Request
    • Forbidden
    • Not Found
    • Internal Server Error
    • Service Unavailable
  • Other pages
    • Blank
    • Maintenance
    • Landing Pages
    • Coming Soon
    • Sitemap
    • Privacy Policy
    • Terms & Conditions
  • Others
  • 2 level
    • Blank
    • Another level
      • Blank
  • Document
  • Support

Accordions

  • Ui Kits
  • Accordions
Simple Accordion

This is the first item's accordion body. It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.

This is the first item's accordion body. It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.

This is the first item's accordion body. It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
<Accordion activeKey="1" onSelect={toggleAccordion} className="app-accordion accordion-secondary">
  <Accordion.Item eventKey="1">
    <Accordion.Header>Accordion Item #1</Accordion.Header>
    <Accordion.Body>
      <strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="2">
    <Accordion.Header>Accordion Item #2</Accordion.Header>
    <Accordion.Body>
      <strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="3">
    <Accordion.Header>Accordion Item #3</Accordion.Header>
    <Accordion.Body>
      <strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.
    </Accordion.Body>
  </Accordion.Item>
</Accordion>
Outline Accordion

This is the first item's accordion body. It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.

This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions.

This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes. Any HTML can go within the .accordion-body.

<Accordion activeKey="1" onSelect={() => {}} className="app-accordion accordion-outline-secondary">
  <Accordion.Item eventKey="1">
    <Accordion.Header>Accordion Item #1</Accordion.Header>
    <Accordion.Body>
      This is the first item's accordion body. It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the &lt;code&gt;.accordion-body&lt;/code&gt;, though the transition does limit overflow.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="2">
    <Accordion.Header>Accordion Item #2</Accordion.Header>
    <Accordion.Body>
      This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="3">
    <Accordion.Header>Accordion Item #3</Accordion.Header>
    <Accordion.Body>
      This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes. Any HTML can go within the &lt;code&gt;.accordion-body&lt;/code&gt;.
    </Accordion.Body>
  </Accordion.Item>
</Accordion>
Light Accordion

Placeholder content for this accordion, which is intended to demonstrate the .accordion-flush class. This is the first item's accordion body.

Placeholder content for this accordion, which is intended to demonstrate the .accordion-flush class. This is the second item's accordion body.

Placeholder content for this accordion, which is intended to demonstrate the .accordion-flush class. This is the third item's accordion body.

<Accordion activeKey="1" onSelect={() => {}} className="app-accordion accordion-light-secondary">
  <Accordion.Item eventKey="1">
    <Accordion.Header>Accordion Item #1</Accordion.Header>
    <Accordion.Body>
      Placeholder content for this accordion, which is intended to demonstrate the &lt;code&gt;.accordion-flush&lt;/code&gt; class. This is the first item's accordion body.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="2">
    <Accordion.Header>Accordion Item #2</Accordion.Header>
    <Accordion.Body>
      Placeholder content for this accordion, which is intended to demonstrate the &lt;code&gt;.accordion-flush&lt;/code&gt; class. This is the second item's accordion body.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="3">
    <Accordion.Header>Accordion Item #3</Accordion.Header>
    <Accordion.Body>
      Placeholder content for this accordion, which is intended to demonstrate the &lt;code&gt;.accordion-flush&lt;/code&gt; class. This is the third item's accordion body.
    </Accordion.Body>
  </Accordion.Item>
</Accordion>
Flush Accordion (No Border)

Placeholder content for this accordion, which is intended to demonstrate the .accordion-flush class. This is the 1 item's accordion body.

Placeholder content for this accordion, which is intended to demonstrate the .accordion-flush class. This is the 2 item's accordion body.

Placeholder content for this accordion, which is intended to demonstrate the .accordion-flush class. This is the 3 item's accordion body.

<Accordion activeKey="1" onSelect={() => {}} className="accordion-flush accordion-secondary">
  <Accordion.Item eventKey="1">
    <Accordion.Header>Accordion Item #1</Accordion.Header>
    <Accordion.Body>
      Placeholder content for this accordion, which is intended to demonstrate the <code>.accordion-flush</code> class.
      This is the 1 item's accordion body.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="2">
    <Accordion.Header>Accordion Item #2</Accordion.Header>
    <Accordion.Body>
      Placeholder content for this accordion, which is intended to demonstrate the <code>.accordion-flush</code> class.
      This is the 2 item's accordion body.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="3">
    <Accordion.Header>Accordion Item #3</Accordion.Header>
    <Accordion.Body>
      Placeholder content for this accordion, which is intended to demonstrate the <code>.accordion-flush</code> class.
      This is the 3 item's accordion body.
    </Accordion.Body>
  </Accordion.Item>
</Accordion>
FAQs with Left Icons

Paying your ticket without contesting it can result in a conviction on your driving record. This can have long-lasting consequences such as increased insurance rates, driver's license suspension, employment restrictions, and additional fines imposed by your state's DMV.

Tickets recorded on your driving history can result in disqualification from driving commercially or for ride-sharing services like Uber or Lyft.

It depends on the court. On average, resolving a case takes 1–3 months.
<Accordion activeKey="1" onSelect={toggleAccordion} className="app-accordion accordion-light-secondary">
  <Accordion.Item eventKey="1">
      <Accordion.Header>What happens if I just pay my ticket?</Accordion.Header>
      <Accordion.Body>...</Accordion.Body>
    </Accordion.Item>
  <Accordion.Item eventKey="2">
      <Accordion.Header>Can this ticket affect my job?</Accordion.Header>
      <Accordion.Body>...</Accordion.Body>
    </Accordion.Item>
  <Accordion.Item eventKey="3">
      <Accordion.Header>How long does it take to resolve my case?</Accordion.Header>
      <Accordion.Body>...</Accordion.Body>
    </Accordion.Item>
</Accordion>
FAQs with Plus/Minus Icons

Paying your ticket without contesting it can result in a conviction on your driving record. This can have long-lasting consequences such as increased insurance rates, driver's license suspension, employment restrictions, and additional fines imposed by your state's DMV.

Tickets recorded on your driving history can result in disqualification from driving commercially or for ride-sharing services like Uber or Lyft.

It depends on the court. On average, resolving a case takes 1–3 months.
<Accordion activeKey="1" onSelect={toggleAccordion} className="app-accordion accordion-light-primary">
  <Accordion.Item eventKey="1">
      <Accordion.Header>
        <IconPlus /> What happens if I just pay my ticket?
      </Accordion.Header>
      <Accordion.Body>...</Accordion.Body>
    </Accordion.Item>
  <Accordion.Item eventKey="2">
      <Accordion.Header>
        <IconPlus /> Can this ticket affect my job?
      </Accordion.Header>
      <Accordion.Body>...</Accordion.Body>
    </Accordion.Item>
  <Accordion.Item eventKey="3">
      <Accordion.Header>
        <IconPlus /> How long does it take to resolve my case?
      </Accordion.Header>
      <Accordion.Body>...</Accordion.Body>
    </Accordion.Item>
</Accordion>
No Icon Indicators

Paying your ticket without contesting it can result in a conviction on your driving record. This can have long-lasting consequences such as increased insurance rates, driver's license suspension, employment restrictions, and additional fines imposed by your state's DMV.

Absolutely, tickets recorded on your driving history can result in disqualification from driving commercially or obtaining a commercial driver's license (CDL). They can also disqualify you from driving for ride-sharing services such as Uber or Lyft, which require a clean driving record.

It really depends on the court your ticket landed in. Some courts move faster than others, but on average, it could take about 1-3 months. This is perfectly normal in the legal process.
<Accordion activeKey="noicon1" onSelect={toggleKey} className="app-accordion accordion-light-danger">
  <Accordion.Item eventKey="noicon1">
    <Accordion.Header>What happens if I just pay my ticket?</Accordion.Header>
    <Accordion.Body>
      Paying your ticket without contesting it can result in a conviction on your driving record. This can have long-lasting consequences such as increased insurance rates, driver's license suspension, employment restrictions, and additional fines imposed by your state's DMV.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="noicon2">
    <Accordion.Header>Can this ticket affect my job?</Accordion.Header>
    <Accordion.Body>
      Absolutely, tickets recorded on your driving history can result in disqualification from driving commercially or obtaining a commercial driver's license (CDL). They can also disqualify you from driving for ride-sharing services such as Uber or Lyft, which require a clean driving record.
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="noicon3">
    <Accordion.Header>How long does it take to resolve my case?</Accordion.Header>
    <Accordion.Body>
      It really depends on the court your ticket landed in. Some courts move faster than others, but on average, it could take about 1-3 months. This is perfectly normal in the legal process.
    </Accordion.Body>
  </Accordion.Item>
</Accordion>
Multi-Level Accordion

This is the first item's accordion body. It is shown by default.

This is the first item's accordion body. It is shown by default.

This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes.

This is the first item's accordion body. It is shown by default.

This is the second item's accordion body. It is hidden by default.

<Accordion activeKey="level1-1" onSelect={toggleKey} className="app-accordion accordion-light-success">
  <Accordion.Item eventKey="level1-1">
    <Accordion.Header>This is level one accordion #1</Accordion.Header>
    <Accordion.Body>
      <p><strong>This is the first item's accordion body.</strong> <span class="text-muted">It is shown by default.</span></p>
      <Accordion className="mt-2 app-accordion app-accordion-icon-left app-accordion-plus">
      <Accordion.Item eventKey="level2-1-1">
        <Accordion.Header>This is level two accordion #1</Accordion.Header>
        <Accordion.Body>
          This is the first item's accordion body. It is shown by default.
        </Accordion.Body>
      </Accordion.Item>
      <Accordion.Item eventKey="level2-1-2">
        <Accordion.Header>This is level two accordion #2</Accordion.Header>
        <Accordion.Body>
          This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes.
        </Accordion.Body>
      </Accordion.Item>
    </Accordion>
    </Accordion.Body>
  </Accordion.Item>
  <Accordion.Item eventKey="level1-2">
    <Accordion.Header>This is level one accordion #2</Accordion.Header>
    <Accordion.Body>
      <p><strong>This is the first item's accordion body.</strong> <span class="text-muted">It is shown by default.</span></p>
      <p>This is the second item's accordion body. It is hidden by default.</p>
    </Accordion.Body>
  </Accordion.Item>
</Accordion>

© 2025 ki-admin. All rights reserved 💖 V1.0.0

Need Help