Sha256: 0bf6d2473d33e13233f24a574441f20c74db65bb20303d7a24ed104db66a6084

Contents?: true

Size: 493 Bytes

Versions: 2

Compression:

Stored size: 493 Bytes

Contents

import React from "react"
import Body from "../_body.jsx"

function BodyLight() {
  return (
    <div>
      <Body text="I am a body kit (Default)" />
      <Body color="light" text="I am a body kit (Light)" />
      <Body color="lighter" text="I am a body kit (Lighter)" />
      <br/>
      <br/>
      <Body status="negative" text="I am a body kit (Status: negative)" />
      <Body status="positive" text="I am a body kit (Status: positive)" />
    </div>
  )
}

export default BodyLight;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-2.9.1 app/pb_kits/playbook/pb_body/docs/_body_light.jsx
playbook_ui-2.9.0 app/pb_kits/playbook/pb_body/docs/_body_light.jsx