vcc-ui
Version:
VCC UI is a collection of React UI Components that can be used for developing front-end applications at Volvo Car Corporation.
18 lines (13 loc) • 659 B
Markdown
** WORK IN PROGRESS: ** We are awaiting a refreshed list of icons from our Design Team. The icons currently included are only provisional
Icons are used to visually communicate core parts of the product and available actions. They can act as wayfinding tools to help users more easily understand where they are in the product, and common interaction patterns that are available.
### Example
```jsx live=true
<React.Fragment>
<Icon type="facebook"/>
<Icon type="twitter" size="m" color="lightblue"/>
<Icon type="youtube" size="l" color="red"/>
<Icon type="globe" size="l" color="black"/>
</React.Fragment>
```
### Changelog
- *Added in version 0.0.45*