Single Card Example

Size
2,462 Kb
Views
32,384

How do I make an single card example?

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

Single Card Example Previews

Single Card Example - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Single Card 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="SingleCardDemoCtrl"> <bt-property-card property="property"></bt-property-card> </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>

Single Card 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 0;
}
.container { min-width: 852px;
}

Single Card Example - Script Codes JS Codes

angular.module('myApp', ['boomstrap'])
.controller('SingleCardDemoCtrl', ['$scope', function($scope) { $scope.property = {}; // this would normally be populated from a service/API call // the following can be specified individually or via object notation {} $scope.property.imageSrc = ['http://lorempixel.com/output/animals-q-g-800-600-3.jpg']; $scope.property.defaultImageSrc = 'http://placekitten.com/800/600'; $scope.property.listPrice = '$2,250,000'; $scope.property.listingUrl = 'https://www.google.com/search?q=quaint+outhouse&tbm=isch'; $scope.property.backOnMarket = new Date('2014-04-26T18:27:19'); // only populated for new listings (triggers sash) $scope.property.bestFits = '1444'; $scope.property.favs = '33'; $scope.property.mls = '1324961'; $scope.property.listed = '6 days ago'; $scope.property.pricePerSqft = '$1.99'; $scope.property.beds = '5'; $scope.property.baths = '3.5'; $scope.property.sqft = '4,195'; $scope.property.acres = '2.75'; $scope.property.type = 'Frat House'; $scope.property.address = { street: '123 Fourth St.', city: 'Charleston', state: 'SC', neighborhood: 'Craig\'s Landing' }; $scope.property.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' } ];
}]);
Single Card Example - Script Codes
Single Card Example - Script Codes
Home Page Home
Developer Sean McCambridge
Username seanboom
Uploaded September 08, 2022
Rating 3
Size 2,462 Kb
Views 32,384
Do you need developer help for Single Card 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 Facebook ads 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!