🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@sikt/sds-filter-list

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sikt/sds-filter-list

```sh npm i -s @sikt/sds-filter-list ```

latest
npmnpm
Version
0.5.2
Version published
Weekly downloads
530
34.18%
Maintainers
3
Weekly downloads
 
Created
Source

@sikt/sds-filter-list

Consume

npm i -s @sikt/sds-filter-list

React

import {
  FilterList,
  FilterListCategory,
  FilterListItem,
  FilterListSection,
} from "@sikt/sds-filter-list";
import "@sikt/sds-filter-list/dist/index.css";

Anatomy

The FilterList component is a container of elements to present a list of filter-options.

<FilterList/> is the header section.

<FilterListItem /> renders an option of type checkbox or radio

<FilterListCategory /> is a container of typeFilterListItem.

<FilterListSection> is a container of typeFilterListItem.

<FilterList>
  <FilterListItem />
  <FilterListItem />

  <FilterListCategory>
    <FilterListItem />
    <FilterListItem />
  </FilterListCategory>

  <FilterListSection>
    <FilterListItem />
    <FilterListItem />
  </FilterListSection>

  <FilterListCategory>
    <FilterListSection>
      <FilterListItem />
      <FilterListItem />
    </FilterListSection>

    <FilterListSection>
      <FilterListItem />
      <FilterListItem />
    </FilterListSection>
  </FilterListCategory>
</FilterList>

FAQs

Package last updated on 30 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts