hangforever / hangzone-frontend

An app that enables hangers all over the world to discover and share zones in which to hang ;)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Make modal component #38

Closed scootyboots closed 4 years ago

scootyboots commented 4 years ago

Description

Make a widely reusable modal component

Should be easily adjustable to anchor towards the bottom, middle, or top of the screen

Actionable Items

Should be able to use the NewZone component and extract that into a more reusable component

Refactor the NewZone component to use the modal component

aburd commented 4 years ago

@scootyboots The above PR does have the modal component, but it doesn't have the top, bottom, middle functionality. Maybe you could add that?