Sha256: e7c83a2126e4d25867e24176a6e54e532ab35de582ffeddc1fb395b56d84a5d4
Contents?: true
Size: 599 Bytes
Versions: 38
Compression:
Stored size: 599 Bytes
Contents
import React from 'react' import { Body } from '../../' const 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
38 entries across 38 versions & 1 rubygems