JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q56750F
  • License MIT

Just another Gallery template for React.js

Package Exports

  • react-mua-gallery

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-mua-gallery) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-mua-gallery

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