Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

icon WIKI

Alan Souza edited this page Apr 6, 2016 · 1 revision

The icon option allows you to convert raw svg icons to Grommet icons. Grommet icons are based on ReactJS and have a lot of accessibility goodies.

Example

var opts = {
  icons: {
    source: 'src/img/icons', //location for the raw icons
    destination: 'src/js/components/icons/base', //where the converted Grommet icons should go
  }
};
Clone this wiki locally