@times-visuals/headline
v1.1.1
Published
A headline template with optional standfirst and label
Downloads
5
Keywords
Readme
Headline
A headline with optional standfirst and label
# Yarn
$ yarn add @times-visuals/headline
# npm
$ npm add @times-visuals/headline
Usage
import Headline from "@times-visuals/headline";
export default () => <Headline>This is a headline</Headline>;