0.1.7 • Published 4 years ago
inclind_react v0.1.7
Custom components built with React.
Installation
npm
npm install inclind_react --save
yarn
yarn add inclind_react
Example
import React from "react";
import InclindMuiButton from "inclind_react";
export default function TestReactComponents() {
return (
<InclindMuiButton color="primary" label={"CONTACT US BUTTON WITH"}
stronglabel={"STRONG ACCENT"}></InclindMuiButton>
);
}
Props
For all available props, go here.
Methods
For all available methods, go here
Development
Want to run demos locally
git clone https://github.com/inclind/inclind-react.git
cd inclind_react
npm install
npm run start
open http://0.0.0.0::8080