1.0.3 • Published 2 years ago

f3m-top-bar v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

React component for faster and simpler web development.

Installation

F3M-Top-Bar is available as an npm package(npm i f3m-top-bar).

// with npm
npm i f3m-top-bar

Usage

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

import * as React from "react";
import F3MTopBar from "f3m-top-bar";

function App() {
  return <F3MTopBar keyArea="Link2"></F3MTopBar>;
}

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."