1.0.3 • Published 3 years ago

samal-react-library v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago