React
Is new design vision part implemented using new tokens?
Up to date
Resources
Example
import { Banner } from '@optimus-web/core';
<Banner
primaryText="The main message of the banner"
secondaryText="A secondary text"
onClose={() => {}}
variant="success"
/>