You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
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
varopts={icons: {source: 'src/img/icons',//location for the raw iconsdestination: 'src/js/components/icons/base',//where the converted Grommet icons should go}};