This kit can be used in many versatile ways. It consist of a title 4 and light body text kit.
Use this kit in tables and cards to display data that doesn’t have a caption assigned.
import React from 'react' import TitleDetail from 'playbook-ui' const TitleDetailDefault = (props) => ( <div> <TitleDetail detail="Commits data and history" title="Email Notifications" /> <TitleDetail align="center" detail="Commits data and history" title="Email Notifications" /> <TitleDetail align="right" detail="Commits data and history" title="Email Notifications" /> </div> ) export default TitleDetailDefault
Don’t use as replacement for label_value kit. This kit is to be used for small amount of text in the details.