0.1.7 • Published 4 years ago

inclind_react v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago
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
0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago