Sha256: fde04acf855e32c2952e25131f82cde750cf781b8f82085cf48975e6916ce3cd
Contents?: true
Size: 489 Bytes
Versions: 11
Compression:
Stored size: 489 Bytes
Contents
import React from "react" import {Body} from "../../" 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
11 entries across 11 versions & 1 rubygems