```sh npm i -s @sikt/sds-{filter-list,notification} ```
@sikt/sds-filter-list``sh`
npm i -s @sikt/sds-{filter-list,notification}
`js`
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.
is the header section.
renders an option of type checkbox or radio
is a container of typeFilterListItem.
is a container of typeFilterListItem.
`html
``