0.0.7 • Published 5 years ago
proi-ui-icons v0.0.7
proi-ui-icons
icons for proi-ui
Installation
All controls
npm i proi-ui-iconsDocs
Check out the icons.
Basic Usage
<script>
import { Icon } from 'proi-ui-icons'
</script>
<Icon />
<Icon type="info" />
<Icon type="close" />Attributes
| Parameter | Description | Type | Optional value | Default value |
|---|---|---|---|---|
| type | - | String | One of the provided types | proiUi |
| scale | Squared scale of icon | Integer | - | 20 |
| color | Color of icon | string | - | #000 |