Skip to main content

Posts

Showing posts with the label Progress

Latest Post

How to Set Up Two-Factor Time-Based One-Time Password (TOTP) Authentication on iPhone Without Third-Party Apps

Unlocking an additional layer of safety to your iPhone is less difficult than you might suppose. With Two-Factor Time-Based One-Time Password (TOTP) authentication, you may bolster your device's protection and other website safety without relying on 1/3-party apps. Here's how you could set it up:

SLDS Path Component

SLDS path is a graphical representation of the process. Here is a component for this. Just pass the status of the process in this component. SLDS Path Component: <apex:component >     <apex:attribute name="Status" type="string" required="false" description="Status" default="Submit"/>         <article class="slds-card">         <div class="slds-card__body slds-card__body_inner">             <div class="slds-path">                 <div class="slds-grid slds-path__track">                     <div class="slds-grid slds-path__scroller-container">                         <div class="slds-path__scroller" role="application">                         ...