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.

10 lines (7 loc) 234 B
An inline component is a `<span>` with `display: inline`, and a starting point for building your own custom inline components. ### Example ```jsx live=true <> <Inline extend={{ background: "yellow" }}>Hello</Inline> World </> ```