Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lmc-eu/jobs-web

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lmc-eu/jobs-web

Design system for the LMC Jobs.cz platform

  • 0.8.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
9
Created
Source

Cover

Example usage:

<Cover>
    {# Header #}
    <Container variant="cygnus" class="pt-800 pb-1400 pb-tablet-800 text-center">
        <CoverTitle />
        {# ... #}
    </Container>
</Cover>

Example usage - simple:

<Cover>
    Content
</Cover>

Example usage - plane variant:

<Cover illustration="plane">
    {# Header #}
    <Container variant="cygnus" UNSAFE_className="pt-1100 pb-700">
        <h1 class="typography-heading-medium-text">Title</h1>
        {# ... #}
    </Container>
</Cover>

Example usage - plane variant with illustration visible from tablet up:

<Cover illustration="plane" illustrationVisibleBreakpoint="tablet">
    {# Header #}
    <Container variant="cygnus" UNSAFE_className="pt-1100 pb-700">
        <h1 class="typography-heading-medium-text">Title</h1>
        {# ... #}
    </Container>
</Cover>

API

Prop nameTypeDefaultRequiredDescription
illustrationstringboatnoWhich illustration should be used. One of boat, plane
illustrationVisibleBreakpointstringnullnoFrom which breakpoint should be the illustration visible, if not set, the animation is visible all the time
isCondensedboolfalsenoIf true, set lower minimum height

You can add id, data-* or aria-* attributes to further extend the component's descriptiveness and accessibility. Also, UNSAFE styling props are available, see the Escape hatches section in Spirit's README to learn how and when to use them.

FAQs

Package last updated on 20 Nov 2023

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc