pattern-figure-image
v0.0.6
Published
A system-agnostic HTML pattern for a figure element containing an image
Downloads
9
Maintainers
Readme
Pattern: figure image
A system-agnostic HTML pattern for a figure element containing an image
What is it?
A figure
element with an img
element and an optional figcaption
.
<figure class="figure--foo">
<img src="https://unsplash.it/200/300" alt="Foo Image">
<figcaption>Foo image caption</figcaption>
</figure>
npm scripts
npm run lint
- lints Javascriptnpm run ava
- runs unit testsnpm run nyc
- runs unit tests, then runs code coveragenpm test
- runsnpm pretest
first, which runs the linting, then ava, then nyc