@nteract/logos
v1.0.0
Published
logos for nteract apps
Downloads
1,812
Readme
@nteract/logos
This package contains a component for rendering the lovely nteract logo.
Installation
$ yarn add @nteract/logos
$ npm install --save @nteract/logos
Usage
The example below shows how we can use this package to create a simple code editor component.
import { WideLogo } from "@nteract/logos";
export default () => {
return <WideLogo height={100} theme={"light"} />;
};
Documentation
We're working on adding more documentation for this component. Stay tuned by watching this repository!
Support
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.