Socket
Book a DemoInstallSign in
Socket

react-mua-gallery

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mua-gallery

Just another Gallery template for React.js

latest
Source
npmnpm
Version
2.2.0
Version published
Maintainers
1
Created
Source

Just another Gallery template for React.js

NPM JavaScript Style Guide

Install

npm install --save react-mua-gallery

Usage

import React, { Component } from 'react'

import Gallery from "react-mua-gallery";
// @ts-ignore
import "react-mua-gallery/dist/dist/index.css";

ReactDOM.render(
  <React.StrictMode>
        <Gallery
          galleryName={"Your Gallery Name"}
          owner={"YOU"}
          slogan={
            "Something that represents you"
          }
          licenseLink={"https://github.com/maifeeulasad/react-mua-gallery/blob/main/LICENSE"}
          socials={[
            { socialNetwork: "github", socialHandle: "maifeeulasad" },
            ...
          ]}
          images={[
            {
              url:
                "https://raw.githubusercontent.com/maifeeulasad/Icon-collection/master/background/horizontal/blurry/01.jpg",
              title: "A beatiful title for a beautiful image",
              details: "Something that opens the third eye"
            },
            ...
          ]}
          licenseTitle={"MIT License"}
        />
  </React.StrictMode>
, document.getElementById('root'))

Sample :

react-mua-gallery

License

MIT © maifeeulasad

Keywords

react

FAQs

Package last updated on 13 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts