1.0.0 • Published 5 years ago

@nteract/logos v1.0.0

Weekly downloads
835
License
BSD-3-Clause
Repository
github
Last release
5 years ago

@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

1.0.0

5 years ago

0.1.9-alpha.0

5 years ago

0.1.8-alpha.0

5 years ago

0.1.7-alpha.0

5 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago