ComponentState π
Usage
import { ComponentState } from '@bluebase/core';
// Then somewhere in your app:
<ComponentState
title="Looks like your'e new here!"
description="Start by creating your first entry."
imageSource="https://picsum.photos/200"
styles={{ image: { width: 100, height: 100 } }}
actionTitle="Tap to Create"
/>Properties
Styles
Last updated
Was this helpful?