Skip to content

Instantly share code, notes, and snippets.

@aok-solutions
aok-solutions / bigbeagle-sales-calc.tsx
Created January 29, 2026 16:50
BigBeagle Sales Calc
export enum ProductOptionCode {
Base = 'BASE',
NoContentCoverage = 'NO_CONTENT_COVERAGE',
LiabilityOnly = 'LIABILITY_ONLY',
ContentCoverage5K = 'CONTENT_COVERAGE_5K',
ContentCoverage10K = 'CONTENT_COVERAGE_10K',
ContentCoverage20K = 'CONTENT_COVERAGE_20K',
Liability200K = 'LIABILITY_200K',
ContentCoverage5K200K = 'CONTENT_COVERAGE_5K_200K',
ContentCoverage10K200K = 'CONTENT_COVERAGE_10K_200K',
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
html, body { height: 100%; width: 100%;}
body {
background-image: url('http://www.gunnars.com/wp-content/uploads/2014/08/Space.jpg');
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.16/vue.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<table>