Vrembem

A component library based on the BEM methodology. This document is using the CDN implementation of Vrembem.

Quick links


Example Component


Starter Template

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>...</title>
  <link rel="stylesheet" href="https://unpkg.com/vrembem/dist/styles.css">
</head>
<body>
  
  <!-- Markup goes here... -->

  <script src="https://unpkg.com/vrembem"></script>
</body>
</html>