@nteract/octicons
v2.0.0
Published
octicon react components, styled for use within nteract packages
Downloads
2,304
Readme
@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.