2.0.0 • Published 5 years ago

@nteract/octicons v2.0.0

Weekly downloads
2,775
License
BSD-3-Clause
Repository
-
Last release
5 years ago

@nteract/octicons

This package contains a set of React icon components used within nteract applications. These icons are based on the GitHub Octicons icon set.

Installation

$ yarn add @nteract/octicons
$ npm install --save @nteract/octicons

Usage

The example below shows how to use the icons in this package to render a save button.

import { DownArrow } from "@nteract/actions";

export default () => {
  return (
    <button>
      <DownArrow /> Save
    </button>
  );
};

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:octicons label.

License

BSD-3-Clause