@doc-blocks/shield-row
v2.0.1
Published
Use to display a row of `Shield`s.
Downloads
1,490
Readme
@doc-blocks/shield-row
Use to display a row of Shields.
Installation
npm i @doc-blocks/shield-row
# or with yarn
yarn add @doc-blocks/shield-rowThen to use the component in your code just import it!
import ShieldRow from "@doc-blocks/shield-row";
// and with css-modules
import "@doc-blocks/shield-row/dist/main.css";