This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@pie-libs/icons

0.3.1 • Public • Published

icons

icon sets for use in PIEs.

Demo

    npm install
    npm run demo 

And navigate to http://localhost:8080

Usage

npm install @pie-libs/icons

Import with the following:

import {
  Correct,
  CorrectResponse,
  Incorrect,
  Instructions,
  LearnMore,
  NothingSubmitted,
  PartiallyCorrect,
  ShowRationale,
} from '@pie-libs/icons';

    //....

<CorrectIcon iconSet="emoji" shape="round"/>
<PartiallyCorrectIcon iconSet="emoji" shape="square" open={true} />
<IncorrectIcon iconSet="check" shape="square"/>
<NothingSubmittedIcon iconSet="emoji" shape="square"/>
<ShowRationaleIcon iconSet="emoji" />
<LearnMoreIcon open={true} />
<CorrectResponseIcon open={false} />
<InstructionsIcon open={true} />

Using in your own library

The package provides jsx and less, you'll need to use a module bundler/processor to process these when building your own library.

Readme

Keywords

none

Package Sidebar

Install

npm i @pie-libs/icons

Weekly Downloads

0

Version

0.3.1

License

ISC

Unpacked Size

46.7 kB

Total Files

19

Last publish

Collaborators

  • npm