npm

@pie-lib/icons

2.4.43 • 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-lib/icons

Import with the following:

import {
  Correct,
  CorrectResponse,
  Incorrect,
  Instructions,
  LearnMore,
  NothingSubmitted,
  PartiallyCorrect,
  ShowRationale,
} from '@pie-lib/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

Package Sidebar

Install

npm i @pie-lib/icons

Weekly Downloads

34

Version

2.4.43

License

ISC

Unpacked Size

177 kB

Total Files

41

Last publish

Collaborators

  • carlacostea
  • iacoshoria
  • andreeapescar
  • chillenious
  • ed.eustace
  • lakatosandrei