1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-31 09:31:43 +02:00

Add ribbon

This commit is contained in:
Phuoc Nguyen
2019-12-01 17:16:45 +07:00
parent b40575e3a5
commit 6325192689
8 changed files with 251 additions and 8 deletions

View File

@@ -12,8 +12,7 @@ const Details: React.FC<{}> = () => {
<DetailsLayout title="Pricing table">
<div style={{ padding: '64px 32px' }}>
<div style={{ lineHeight: 1.5, marginBottom: '16px' }}>
You can
add <Link to='/patterns/corner-ribbon' style={{ textDecoration: 'none' }}>a ribbon</Link> to
You can <Link to='/patterns/ribbon'>add</Link> <Link to='/patterns/corner-ribbon'>a ribbon</Link> to
indicate the most popular option.
</div>
<BrowserFrame