Yoast / yoast-components

Accessible React components by Yoast
GNU General Public License v3.0
21 stars 6 forks source link

Create a FacebookSiteName component #807

Closed andizer closed 5 years ago

andizer commented 5 years ago

The FacebookSiteName will be shown as a div: yoast_-_home

The sitename only contain the 'domain' part. The scheme and the path should be stripped out.

Styling

The styling for this will be:

    color: #606770;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

Parent #811