@nteract/octicons
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @nteract/octicons

Weekly Downloads

650

Version

2.0.0

License

BSD-3-Clause

Unpacked Size

19.9 kB

Total Files

7

Last publish

Collaborators

  • hydrosquall
  • benabel
  • alexandercbooth
  • benrussert
  • mpacer
  • theengineear
  • yuvipanda
  • rgbkrk
  • lgeiger
  • ivanov
  • captainsafia
  • peggyrayzis
  • jdetle
  • hasch
  • willingc
  • stormpython
  • crystalline-cat
  • emeeks