UNPKG

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.

23 lines (17 loc) 441 B
Links are used to embed actions or pathways to more information. ### Example ```jsx live=true <Link href="https://www.volvocars.com/" intent="primary" arrow="right"> Visit Volvocars.com </Link> ``` ### Intent ```jsx live=true <Block extend={{ background: "#000", padding: "10px" }}> <Link href="https://www.volvocars.com/" intent="primary-light" arrow="left"> Go back </Link> </Block> ``` ### Changelog - *Added in version 0.0.45*