1.0.7 • Published 9 months ago

@eforge/eforge-common v1.0.7

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
9 months ago

eForge Common Web Controls

This package contains some common web controls used on my various sites.

Table of Contents

Project Description

I, Louis, write a few small websites that I use personally. Anyone is welcome, but they are useful to me. In writing these, I noticed I kept writing the same components (i.e. a Loading Dialog), so I figured it was time to learn a little more about npm.

Installation

  1. Clone the repository:
 git clone https://github.com/yourusername/yourproject.git
  1. Install dependencies:
 npm install

Usage

Import any of the controls and let it rip!

<LoadingDialog open={isLoading}/>

Features

Loading Dialog - simple control to open a modal dialog with a loading animation EforgeLink - A link, customized for eForge sites. MessageBannerContext - Adds a context for easy display of success, info, and error messages sites.

Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Push your branch: git push origin feature-name.
  5. Create a pull request.

License

All code is released under the ISC license, feel free to use as you wish.

Current build status

Build Status

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago