# &lt;ObjectPresets /&gt; Component

## Description

Show's a collection of pre-built components with each having a specific setting that will apply when clicked. If more presets exist than can fill the viewport, it will show in a carousel

## Checklist

This component should...

-

## Usage

To install it...

> npm install @sandcastle/components

Add it to your project...

```
import * as React from 'react'
import * as ObjectPresets from '@sandcastle/Components/Sections/ObjectPresets`

export default () => (
  <ObjectPresets

  />
)
```

## 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
