samal-react-library

1.0.3 • Public • Published

samal-react-library

React library

NPM JavaScript Style Guide

Install

npm install --save samal-react-library

Usage

import React from 'react'

import { HelloWorld, CustomHome, CustomExplore } from 'samal-react-library'
import 'samal-react-library/dist/index.css'

const App = () => {
  return (<div>
    <HelloWorld name="Raaj" />
    <div style={{ textAlign: 'center' }}>
      <CustomHome /><br />
      <CustomExplore />
    </div>
  </div>)
}

export default App

License

MIT © ddarkclay

Readme

Keywords

none

Package Sidebar

Install

npm i samal-react-library

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

9.91 kB

Total Files

7

Last publish

Collaborators

  • vaibhavchaudhari