codersforcauses / penni

https://penni.vercel.app
MIT License
8 stars 4 forks source link

Card component #50

Closed SodaVolcano closed 2 months ago

SodaVolcano commented 3 months ago

Basic Information

A "popup" on the bottom of the screen where any arbitrary component can be inserted into it.

image

Usage

<Card>
  <Callout .../>
  // whatever
</Card>

<Card>
   <Form>
   <Title content="Your password">
      <SIngleLIneInput .../>
      <Button>
    </Form>
</Card>
github-actions[bot] commented 3 months ago

Branch issue-50-Card_component created!

keyman015 commented 2 months ago

Closed as of https://github.com/codersforcauses/penni/pull/117.