reactniceboxcard
v1.0.5
Published
This is a simple Card box which gives you nice look and feel and already code is bulided
Downloads
10
Readme
ReactNiceBoxCard
ReactNiceBoxCard
is a prebuild code which make your code easy to make the layout for card or any component.
Installation
npm i reactniceboxcard
Usage
import ReactNiceBoxCard from 'ReactNiceBoxCard';
<ReactNiceBoxCard
title="This is heading of card"
message=" This is body of the card"
</ReactNiceBoxCard>