Card Title
const cardTitle = {
  name: 'card_title',
  component: NANO.CARD_TITLE,
  value: 'This is the title',
  props: {
    subtitle: "This is the subtitle"
  },
};
const cardTitle = {
  name: 'card_title',
  component: NANO.CARD_TITLE,
  value: 'This is the title',
  props: {
    subtitle: "This is the subtitle"
  },
};