How to use the @patternfly/patternfly/components/Title/title.css.title function in @patternfly/patternfly

To help you get started, we’ve selected a few @patternfly/patternfly examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github patternfly / patternfly-react / packages / patternfly-4 / react-core / src / components / Title / Title.js View on Github external
const Title = ({ size, className, children, headingLevel: HeadingLevel, ...props }) => (
  
    {children}
  
);