0.1.2 • Published 1 year ago

1yoouoo v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Getting Started

command installs the 1yoouoo package using npm.

npm install 1yoouoo

or

command installs the 1yoouoo package and adds it to the dependencies section in the package.json file. This is used for installing packages required for production.

npm install --save 1yoouoo

or

command installs the 1yoouoo package and adds it to the devDependencies section in the package.json file. This is used for installing packages required for development.

npm install --save-dev 1yoouoo

How to use

Copyright

Usage example :

import "./App.css";
import { Copyright } from "copy-right-library";

function App() {
  return (
    <div className="App">
      <header className="App-header">
        ...
        <Copyright name="1yoouoo" current_year="2023" />
      </header>
    </div>
  );
}

export default App;