A component to display a DesignSpec
shield.
npm i @doc-blocks/design-spec
# or with yarn
yarn add @doc-blocks/design-spec
Then to use the component in your code just import it!
import { DesignSpec } from "@fattslug/design-spec";
<DesignSpec type="figma" url="figma.com" />;