Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 734 Bytes

File metadata and controls

29 lines (16 loc) · 734 Bytes

Dashed Web Components

The project is at a very early stage! This work has just begun and is still in progress ... It contains a set of dashed web components. You can control the dash - width/length/spacing/color, which is not possible with regular CSS dashed border. I use the CSS border-image to show the SVG dash. CSSPaintWorklet might be an alternative to the SVG url(), especially since CSS custom properties are not supported inside (background/border)-image 's url.

Objectives

Running the project

  • npm start

Building the components

  • npm build

Test

// TODO:

  • npm test

Contributing

// TODO: Any kind of contribution is welcomed :)

Licence

This project is licenced under the MIT License!