Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 394 Bytes

lit-dot-leader

Lit Element Component for dot-leader'ed text

Example: Image showin a restaurant menu with the prices separated with dot leader

Serve project locally

Run next commands in this order:

  • npm install -g polymer-cli (You need this to create a local server)
  • npm i (To install project dependencies)
  • npm start