logos for nteract apps
npm install @nteract/logosThis package contains a component for rendering the lovely nteract logo.
```
$ yarn add @nteract/logos
``
$ npm install --save @nteract/logos
The example below shows how we can use this package to create a simple code editor component.
`javascript
import { WideLogo } from "@nteract/logos";
export default () => {
return
};
`
We're working on adding more documentation for this component. Stay tuned by watching this repository!
If you experience an issue while using this package or have a feature request, please file an issue on the issue board and add the pkg:logos` label.