Use to display a row of `Shield`s.
npm install @doc-blocks/shield-rowUse to display a row of Shields.
``sh`
npm i @doc-blocks/shield-rowor with yarn
yarn add @doc-blocks/shield-row
Then to use the component in your code just import it!
`js``
import ShieldRow from "@doc-blocks/shield-row";
// and with css-modules
import "@doc-blocks/shield-row/dist/main.css";