UNPKG

@navinc/base-react-components

Version:
12 lines (9 loc) 264 B
import styled from 'styled-components' import { Header } from '../../header.js' export const PageHeader = styled(Header).attrs(() => ({ size: 'xl' }))` flex-basis: 100%; width: 100%; margin-top: 32px; margin-bottom: 16px; text-transform: capitalize; `