Sha256: fa2da44c85c26bc83b8788fe78b245a082e9706d1cd3c374e0b2c9edce162875
Contents?: true
Size: 512 Bytes
Versions: 11
Compression:
Stored size: 512 Bytes
Contents
import React from "react" import {Body} from "../../" function BodyDark() { return ( <div> <Body dark text="I am a body kit (Default)" /> <Body dark color="light" text="I am a body kit (Light)" /> <Body dark color="lighter" text="I am a body kit (Lighter)" /> <br/> <br/> <Body dark status="negative" text="I am a body kit (Status: negative)" /> <Body dark status="positive" text="I am a body kit (Status: positive)" /> </div> ) } export default BodyDark;
Version data entries
11 entries across 11 versions & 1 rubygems