ObjectModalSectionTitle
Section title, perfect after a separator.
Usage
import ObjectModalFormTitle from 'components/ObjectModal/ObjectModal.js'; <ObjectModalFormTitle
name={'Awesome Title!'}
/>Props
Preview

Last updated
Section title, perfect after a separator.
import ObjectModalFormTitle from 'components/ObjectModal/ObjectModal.js'; <ObjectModalFormTitle
name={'Awesome Title!'}
/>name
Description
Type
Default
className
Use predefined classes for the title
string
null
icon
Define icon for the title
string
null
name
Define the title name
string
null
style
Define a custom style for the title
object
null

Last updated