Sha256: f906e0500580b4d7262e271929d8c12ea0920cb43c0d8b7f5536980e98e0bad5

Contents?: true

Size: 388 Bytes

Versions: 2

Compression:

Stored size: 388 Bytes

Contents

import React from "react"
import Title from "../_title.jsx"

function TitleLight() {
  return (
    <div>
      <Title text="Default Title"/><br/>
      <Title size={4} tag="h4" text="Title 4" />
      <Title size={3} tag="h3" text="Title 3" />
      <Title size={2} tag="h2" text="Title 2" />
      <Title size={1} tag="h1" text="Title 1" />
    </div>
  )
}

export default TitleLight;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-2.9.1 app/pb_kits/playbook/pb_title/docs/_title_light.jsx
playbook_ui-2.9.0 app/pb_kits/playbook/pb_title/docs/_title_light.jsx