React
Is new design vision part implemented using new tokens?
React
Is new design vision part implemented using new tokens?
import { EmptyState } from '@optimus-web/core';
<EmptyState
primaryText="No open bills"
secondaryText="All bills are closed or you haven't created one yet."
action={
<Link onClick={addBill}>
Create new bill
</Link>
}
pictogram="folder"
/>