# &lt;LiveSection /&gt; Component

## Description

The version of the page section that shows up while in LIVE mode

## Checklist

This component should...

- Should render in the dom
- Should render an inner width according to the "width" property settings
- Should render background properly as provided by the property settings
- Should render padding according to the property settings if provided

## Usage

To install it...

> npm install @sandcastle/components

Add it to your project...

```
import * as React from 'react'
import * as LiveSection from '@sandcastle/components/LiveSection`

export default () => (
  <LiveSection
    children=""
  />
)
```

## Best Practices

To do: Add any Best Practices here

## Lifecycle Hooks

To do: Add any Lifecycle Hooks here

## Related Components

To do: Add any Related Components here
