1.1.2 • Published 10 months ago

@thoughtindustries/link-lists v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@thoughtindustries/link-lists

The Link Lists component is a nifty option for footers or when you just need to offer a cluster of navigation options. Choose from a variety of multi-column configurations for the one perfectly suited to your needs.

Import component

import { LinkLists, LinkList } from '@thoughtindustries/link-lists';

Usage

# Base
<LinkLists title="Dolor Nullam Mattis Sem">
  <LinkList label="Category 1">
    <LinkList.Link href="/subcategory-link1">List subcategory 1</LinkList.Link>
  </LinkList>
</LinkLists>

# With display cutoff
<LinkLists title="Dolor Nullam Mattis Sem">
  <LinkList label="Category 1" displayCutoff={1}>
    <LinkList.Link href="/subcategory-link1">List subcategory 1</LinkList.Link>
    <LinkList.Link href="/subcategory-link2">List subcategory 2</LinkList.Link>
  </LinkList>
</LinkLists>
1.1.1

10 months ago

1.1.2

10 months ago

1.1.0

11 months ago

1.1.0-beta.2

1 year ago

1.1.0-beta.4

1 year ago

1.1.0-beta.3

1 year ago

1.1.0-beta.1

1 year ago

1.1.0-beta.0

1 year ago

1.0.0-alpha.9

2 years ago

1.0.0-alpha.8

2 years ago

1.0.0-alpha.7

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

3 years ago

1.0.0-alpha.1

3 years ago