Skip to content

maze-runnar/modal-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Social share modal-component

A GSoC iaux project of Internet Archive. And I am gonna have it. This is a reusable modal component for social sharing and currently under development for "archive.org" website. This project uses lit-element for making components. Initially there was a doubt in project feasibility so I tried to initialize it by myself and try if the solution is feasible or not. I used these polymers to solve the problem. clone the repository https://github.com/maze-runnar/modal-component.git

Screenshot-from-2020-04-21-20-00-13 Screenshot-from-2020-04-21-20-00-26 Screenshot-from-2020-04-21-20-01-10

cd modal

npm install or yarn install

for starting demo server run the command

npm start

for testing

npm test

for building

npm run build

for running storybook

npm run storybook (currently under development)