Files
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

742 B

description
description
Main title for the ObjectModal component.

ObjectModalTitle

Usage

import ObjectModalTitle from "components/ObjectModal/ObjectModal.js";
<ObjectModalTitle className="my-awesome-class" style={{ marginBottom: 0 }}>
  My awesome title !
</ObjectModalTitle>

Props

name Description Type Default
className Use predefined classes for the title string null
style Define a custom style for the title object null

Preview