🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@nteract/logos

Package Overview
Dependencies
Maintainers
14
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nteract/logos

logos for nteract apps

1.0.0
latest
Source
npm
Version published
Maintainers
14
Created
Source

@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.

License

BSD-3-Clause

Keywords

nteract

FAQs

Package last updated on 30 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts