@filerobot/icons
Advanced tools
Comparing version 0.0.0-beta.31 to 0.0.0-beta.32
@@ -91,2 +91,2 @@ export { default as ClearIcon } from './ClearIcon'; | ||
export { default as BackArrowIcon } from './BackArrowIcon'; | ||
export { default as ErrorIcon } from './ErrorIcon'; | ||
export { default as WarningIcon } from './WarningIcon'; |
{ | ||
"name": "@filerobot/icons", | ||
"version": "0.0.0-beta.31", | ||
"version": "0.0.0-beta.32", | ||
"description": "The icons needed for filerobot uploader modules", | ||
@@ -5,0 +5,0 @@ "homepage": "", |
# `@filerobot/icons` | ||
> TODO: description | ||
A helper NPM package contains all the SVG icons used by Filerobot widget exported and ready to be used. | ||
## Usage | ||
### From NPM | ||
The plugin is on NPM as `@filerobot/icons` | ||
``` | ||
import icons from '@filerobot/icons'; | ||
npm install --save @filerobot/icons | ||
``` | ||
// TODO: DEMONSTRATE API | ||
then | ||
``` | ||
import { TickArrowIcon } from '@filerobot/icons' | ||
... | ||
... | ||
... | ||
<TickArrowIcon color="#FFFFFF" onClick={() => console.log('tick')} /> | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
275155
22