Socket
Book a DemoInstallSign in
Socket

@elemental-ui-alpha/card

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elemental-ui-alpha/card

Cards are used to group similar concepts and tasks together to make the application easier for users to scan, read, and get things done.

0.0.2
latest
npmnpm
Version published
Maintainers
2
Created
Source

Card

import { Card } from '@elemental-ui-alpha/card';

Use when you have a simple message to communicate to users that doesn’t require any secondary steps.

<Card padding="large">
  <Heading level="3" marginBottom="medium">
    Some Title
  </Heading>
  <Text>Some content.</Text>
</Card>

Elevation

The conceptual distance from the surface of the page, along the z-axis.

<Columns gap="small" collapse="xlarge">
  <Card padding="medium" elevation={1}>
    Elevation 1
  </Card>
  <Card padding="medium" elevation={2}>
    Elevation 2
  </Card>
  <Card padding="medium" elevation={3}>
    Elevation 3
  </Card>
  <Card padding="medium" elevation={4}>
    Elevation 4
  </Card>
  <Card padding="medium" elevation={5}>
    Elevation 5
  </Card>
</Columns>

FAQs

Package last updated on 24 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.