1.1.2 • Published 2 years ago

@thoughtindustries/link-lists v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.1.0-beta.2

2 years ago

1.1.0-beta.4

2 years ago

1.1.0-beta.3

2 years ago

1.1.0-beta.1

2 years ago

1.1.0-beta.0

3 years ago

1.0.0-alpha.9

3 years ago

1.0.0-alpha.8

3 years ago

1.0.0-alpha.7

3 years ago

1.0.0-alpha.6

3 years ago

1.0.0-alpha.5

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.1

4 years ago