Contact Us || Privacy Policy || About Us |
|
1) Bootstrap List GroupsBootstrap List Groups are used to create a group of list with list items. It contain the an unordered list item. To use the .list-group and .list-group-item for List item, with <ul< element & <li> . Example:- Test it Now2) Bootstrap Active State List GroupsCurrent Item highlight use the .active class. Example:- Test it Now3) Bootstrap Linked Items With List GroupIt is Optionally, add the .list-group-item-action class. Example:- 4) Bootstrap Disabled ItemTo use the .disabled class disabled the item. Example:- Test it Now5) Bootstrap Flush / Remove BordersTo use the .list-group-flush class to remove some borders and rounded corners: Example:- Test it Now
Next TopicBootstrap Panels
|