Skip to content

Instantly share code, notes, and snippets.

@innabelaya
Created January 31, 2018 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save innabelaya/a29d803145cbdb161ac5238a782c24f9 to your computer and use it in GitHub Desktop.
Save innabelaya/a29d803145cbdb161ac5238a782c24f9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>bem-components as a library</title>
</head>
<body>
<!-- Блок hello для создания формы приветствия -->
<form class="hello i-bem" data-bem='{ "hello": {} }'>
<div class="hello__greeting">Hello, %user name%!</div>
<!-- HTML-код для блока input будет здесь -->
...
<!-- HTML-код для блока button будет здесь -->
...
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment