1.0.14 • Published 10 months ago

vite-modal-library v1.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Vite Modal Library

Vite Modal Library is a simple and lightweight React component library that allows you to add a customizable modal to your React projects. This library is built with Vite and is ready to be used in your React applications.

Features

  • Display and close a modal with simple CSS animations.
  • Customize modal content using props.
  • Easy integration into any React project.

Installation

You can install this library via npm by running the following command in your terminal:

 npm install vite-modal-library

Import it into your project with: :

import Modal from 'vite-modal-library';

And the default CSS in the parent component with:

import 'vite-modal-library/style.css'

Props

The Modal component accepts the following properties:

PropsTypeDescription
isOpenbooleanControls the visibility of the modal. true to show, false to hide.
onClosefunctionFunction called when the modal is closed (e.g., button or outside click).
childrennodeContent to display inside the modal. Can include text, components, etc.

Custom Styling

By default, the modal includes simple styling, but you can easily customize the styles by editing or replacing the included CSS file. You can modify or add your own CSS to match the appearance to your specific needs.

For example, you can customize the modal's background, borders, padding, and other visual properties.

Required Dependencies

This library requires the following dependencies in your project:

  • React (version 18.0.0 or higher)
  • ReactDOM (version 18.0.0 or higher)
  • Node (version 18.0.0 or higher)

Licence

This library is licensed under the MIT license. You are free to use, modify, and distribute it as you see fit.


Thank you for using Vite Modal Library!

1.0.14

10 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago