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.

11 lines (7 loc) 261 B
An inline component is a `<span>` with `display: inline`, and a starting point for building your own custom inline component. ### Example ```jsx live=true <Inline extend={{ background: "yellow" }}>Hello</Inline> ``` ### Changelog - *Added in version 0.0.45*