@nteract/logos
Version:
logos for nteract apps
38 lines (23 loc) • 854 B
Markdown
# @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.
```javascript
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](https://github.com/nteract/nteract/issues/new/choose) and add the `pkg:logos` label.
## License
[BSD-3-Clause](https://choosealicense.com/licenses/bsd-3-clause/)