Sha256: 48e3f9940c3d9fccd7d99a84c5450028830ab9e243f9f88ef790b9f0d5474bbc
Contents?: true
Size: 662 Bytes
Versions: 43
Compression:
Stored size: 662 Bytes
Contents
import React from 'react' import { Body } from '../../' const BodyDark = () => { return ( <div> <Body dark text="I am a body kit (Default)" /> <Body color="light" dark text="I am a body kit (Light)" /> <Body color="lighter" dark text="I am a body kit (Lighter)" /> <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
43 entries across 43 versions & 1 rubygems