1.1.0 • Published 3 years ago

mpds-navtabs v1.1.0

Weekly downloads
7
License
ISC
Repository
github
Last release
3 years ago

React component for faster and simpler web development.

Installation

MpDS NavTabs is available as an npm package(npm i mpds-navtabs).

// with npm
npm i mpds-navtabs

Usage

Here is a quick example to get you started, it's all you need:

import * as React from "react";
import MpdsNavtabs from "mpds-navtabs"

function App() {
  return <MpdsNavtabs backButtonDisable="true"></MpdsNavtabs>
}

ReactDOM.render(<App />, document.querySelector('#app'));

License

No License. "(...) nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation."