Skip to content

A project to build a reusable modal library following 100% w3.org specification. Working on it’s NPM package.

Notifications You must be signed in to change notification settings

soumsps/react-modal-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modal Specifications

Your aim is to create a React component that displays a modal. A Modal is an overlay on the web-page as shown in the picture below.

sample.png

Requirements

  • The Modal component should be re-usable and a module that can be shared.
    • You component should be able to render multiple modals by calling the component multiple times.
    • It should have a defined input interface and a defined output.
    • You need to design an API letting the user override in-built functionalities as they please.
    • All the over-ridable APIs need to have sensible defaults.
  • The modal should be accessible according to the modern web accessibility practices. Read more here.

About

A project to build a reusable modal library following 100% w3.org specification. Working on it’s NPM package.

Topics

Resources

Stars

Watchers

Forks