Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1018 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 1018 Bytes

BBX License Plate

A polymer built element that represents license plate templates for Germany and Netherlands. The chosen layout shows two dashes in between the digits for Netherlands and no-dashes for the German representation. The width can be freely adjustable and the correct height is automatically calculated.

Demo : https://bbx-kitchen.github.io/bbx-license-plate

How to install

Using bower

bower install --save BBx-Kitchen/bbx-license-plate

Usage

<bbx-license-plate plate-number="64-GS-HR" plate-width="400px">
</bbx-license-plate>

Contributing

Everyone is welcome to help contribute and improve this element. There are several ways you can contribute:

  • Reporting issues (please read issue guidelines)
  • Suggesting new features
  • Writing or refactoring code
  • Fixing issues