Empty State
No Design SystemsYou can create a new Design System by clicking the button.
Install the component from your command line.
npm install @raystack/apsara
Import all parts and piece them together.
import { EmptyState } from '@raystack/apsara'

<EmptyState style={{ marginTop: 160 }}>
  <h3>No Design Systems</h3>
  <p>You can create a new Design System by clicking the button.</p>
</EmptyState>