1.1.6 • Published 3 years ago

@alexandre_m/custom-modal v1.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

React Custom Modal

Downloads

A simple and reusable Modal component for REACT

npm.io npm.io

Installation

The package can be installed via npm:

npm install @alexandre_m/custom-modal --save

Or via yarn:

yarn add @alexandre_m/custom-modal

dependencies:

styled-components: ^5.3.5

devDependencies

@types/react: ^17.0.14,
@types/styled-components: ^5.1.26,
css-loader: 6.7.1,
react-dom: ^17.0.2,
style-loader: 3.3.1,
typescript: ^4.3.5

Configuration

You can call the modal as a usual component

npm.io

Type of props:

    Interface Props {
        text: string;
        id: string;
        success: Boolean;
        icon: string
    }

License

Copyright (c) 2022 Lych Inc. and individual contributors. Licensed under ISC license, see LICENSE for the full license.

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago