Child element of the <CardBody>
component.
Usage
import { CardSection } from 'nr1'
Props
REQUIREDnode | Content to render inside the card. |
string | Appends class names to the component.Should be used only for positioning and spacing purposes. |
boolean | Set this prop to control the collapsed state of the component.If defined, it turns the component into a controlled component. |
boolean | Set this prop to make the component collapsible. |
boolean | If |
function | This function will be called whenever the user clicks the header to collapse or expand the component. If you are controlling the state of the component, use this to set the value of the function ( |
object | Inline style for custom styling.Should be used only for positioning and spacing purposes. |
string | Adds a Note: You might not see |