import { BackgroundGradient } from '@blocks/kit' import TableOfProps from '../../src/table-of-props'
The BackgroundGradient is a tiny little component to set a gradient. You
can also optionally pass it random={true} to get a new gradient each time
it renders.
<BackgroundGradient random={true}>
<h1 style={{ margin: 0 }}>Hello, world!</h1>
</BackgroundGradient>import { BackgroundGradient } from '@blocks/kit'