Multiple Cards Example

Size
2,803 Kb
Views
30,360

How do I make an multiple cards example?

What is a multiple cards example? How do you make a multiple cards example? This script and codes were developed by Sean McCambridge on 08 September 2022, Thursday.

Multiple Cards Example Previews

Multiple Cards Example - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Multiple Cards Example</title> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700'>
<link rel='stylesheet prefetch' href='https://boomtownroi.github.io/boomstrap/css/boomstrap.css'>
<link rel='stylesheet prefetch' href='https://boomtownroi.github.io/boomstrap/css/boomstrap-docs.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div ng-app="myApp" class="container"> <div ng-controller="MultipleCardDemoCtrl" class="row"> <div class="col-sm-4" ng-repeat="property in properties"> <bt-property-card property="property"></bt-property-card> </div> </div>
</div> <script src='https://boomtownroi.github.io/boomstrap/js/boomstrap.min.js'></script>
<script src='https://boomtownroi.github.io/boomstrap/js/boomstrap-angular.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Multiple Cards Example - Script Codes CSS Codes

/* this CSS is only for proper display of the codepen. do not add this to the CRM */
body { padding: 36px 24px;
}
.container { min-width: 865px;
}

Multiple Cards Example - Script Codes JS Codes

angular.module('myApp', ['boomstrap'])
.controller('MultipleCardDemoCtrl', ['$scope', function($scope) { $scope.properties = [ { // this would be populated from a service/API call // dummy data for the pattern library imageSrc: ['http://placebear.com/800/600'], listPrice: '$2,250,000', listingUrl: 'https://www.google.com/search?q=quaint+shack&tbm=isch', offMarket: false, // only populated for off market listings (triggers sash) newProperty: new Date('2014-05-13T11:07:33'), // only populated for new listings (triggers sash) bestFits: '1444', favs: '33', mls: '1324961', listed: '6 days ago', pricePerSqft: '$1.99', beds: '5', baths: '3.5', sqft: '4,195', acres: '2.75', type: 'Frat House', address: { street: '123 Fourth St.', city: 'Charleston', state: 'SC', neighborhood: 'Craig\'s Landing' }, history: [ { 'when': '5 hrs ago', 'change': '-$250,000', 'changePercent': '2%', 'price': '$2,250,000' }, { 'when': '6 hrs ago', 'change': '-$500,000', 'changePercent': '5%', 'price': '$2,500,000' } ] }, { imageSrc: ['http://placekitten.com/800/600'], listPrice: '$1,500,000', listingUrl: 'https://www.google.com/search?q=quaint+shanty&tbm=isch', reduced: { 'when': new Date('2014-05-14T14:07:33'), 'change': '-$250,000', 'changePercent': '5%' }, bestFits: '991', favs: '21', mls: '1325961', listed: '11 days ago', pricePerSqft: '$3.99', beds: '4', baths: '3', sqft: '3,825', acres: '0.75', type: 'Crash Pad', address: { street: '321 Contact Pl.', city: 'Over Yonder', state: 'NY', neighborhood: 'Funk Crossing' }, history: [ { 'when': '5 hrs ago', 'change': '-$250,000', 'changePercent': '5%', 'price': '$1,500,000' }, { 'when': '6 hrs ago', 'change': '-$1,000,000', 'changePercent': '10%', 'price': '$2,750,000' } ] }, { imageSrc: ['http://lorempixel.com/output/animals-q-c-800-600-6.jpg'], listPrice: '$500,000', listingUrl: 'https://www.google.com/search?q=quaint+doghouse&tbm=isch', backOnMarket: new Date('2014-05-14T14:31:02'), // only populated for back on market (triggers sash) bestFits: '43', favs: '4', mls: '1325961', listed: '12 days ago', pricePerSqft: '$8.99', beds: '3', baths: '2', sqft: '1,225', acres: '0.1', type: 'Quaint Shanty', address: { street: '666 Scary Alley', city: 'Down Under', state: 'FL', neighborhood: 'Sean\'s Ferry' }, history: [ { 'when': '3 hrs ago', 'change': '-$50,000', 'changePercent': '5%', 'price': '$500,000' }, { 'when': '9 hrs ago', 'change': '-$1,000,000', 'changePercent': '100%', 'price': '$1,000,000' } ] } ];
}]);
Multiple Cards Example - Script Codes
Multiple Cards Example - Script Codes
Home Page Home
Developer Sean McCambridge
Username seanboom
Uploaded September 08, 2022
Rating 3
Size 2,803 Kb
Views 30,360
Do you need developer help for Multiple Cards Example?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Sean McCambridge (seanboom) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!