A directory listing component that can be used across nteract ecosystem (and beyond)
This package contains components that can be used to create a listing of items within a directory. To see this package in action, you can view the source code for the nteract commuter application.
```
$ yarn add @nteract/directory-listing
``
$ npm install --save @nteract/directory-listing
The example below shows how we can use the components within this package to create a listing of the items in a directory.
`javascript
import { Listing, Entry, Icon, Name, LastSaved } from "@nteract/directory-listing";
export function () =>
component.js
no-permission-file.md
!An example of a directory listing created using nteract components.
Documentation
You can view the reference documentation for
@nteract/directory-listing in the Markdown files within the src` directory.If you experience an issue while using this package or have a feature request, please file an issue on the issue board.