Settings Item

This component primarily lives in our settings pages and is used to provide information and an action. To use, import from @marvelapp/ui-internal:

import { SettingsItem } from '@marvelapp/ui-internal';

Provide toggles or buttons as {children} to render on the right hand side.

This forces all projects to only be visible to the creator and invited collaborators
This forces all projects to only be visible to the creator and invited collaborators
<SettingsItem title="This a setting" description="Description">
  <Toggle size={48} />
</SettingsItem>