# Basic list example
```js
import { Li } from 'nordnet-ui-kit';
<Ul>
  <Li>Test</Li>
  <Li>Test</Li>
  <Li>AIK</Li>
</Ul>
```