3.0.0 • Published 5 years ago

naksha-components-react-alpha v3.0.0

Weekly downloads
14
License
Apache-2.0
Repository
github
Last release
5 years ago

naksha-components-react

NPM JavaScript Style Guide

Install

npm install --save naksha-components-react

Usage

import * as React from 'react'

import MyComponent from 'naksha-components-react'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

Apache-2.0 © harshzalavadiya