npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@bbc/psammead-podcast-promo

v0.1.0-alpha.44

Published

Component package for podcast promos

Downloads

39

Readme

psammead-podcast-promo - Known Vulnerabilities Dependency Status peerDependencies Status Storybook GitHub license npm version PRs Welcome

Description

This component is used to implement styling for podcast promos

Usage

See usage examples of how this package can be used in /src/examples

Components: PodcastPromo

This is the outermost component, responsible for providing the gray background surface that subcomponents are children of. This component requires the psammead script and service properties to implement locale-specific styling across all of its children.

Any additional props are passed down to the standard html section element that this component uses. You can elect to use a different component via the as prop, eg: <PodcastPromo as="div">

Components: PodcastPromo.Title

This component is responsible for implementing the overall title for the podcast promo section. The title will be placed alongside a podcast icon. Any props to this component are passed along to the underlying html h2 element. You can elect to use a different component via the as prop, eg: <PodcastPromo.Title as="h1">

Components: PodcastPromo.Card

This component is a basic div that is styled to be used as the wrapper around any individual episode or series within the podcast promo section.

Child components can apply the podcast-promo--hover class, which will apply a text-decoration: underline property when the card is hovered

Components: PodcastPromo.Card.Link

This component is a styled a that is intended to be the handler for clicks within each individual card. This component implements CSS that will cause it to overlay the entire card, meaning any click within the Card will navigate the user to the destination. Therefore, the placement of this component within the card is only relevant for scenarios where CSS is not being used

Any props are passed down to the standard html a element that this component uses. You can elect to use a different component via the as prop, eg: <PodcastPromo.Card.Link as={Link} to="/">

Child components can apply the podcast-promo--visited class, which will reduce the text colour contrast property when the link has been visited by the user Child components can apply the podcast-promo--focus class, which will which will apply a text-decoration: underline property when the link is focused

Components: PodcastPromo.Card.ImageWrapper

This component is responsible for wrapping the image used within the promo cards. This is a basic styled div that is anticipated to be provided with a child img component. This img can optionally be wrapped with other components to handle, eg, placeholders and lazy-loading - see the basic example in /src/examples.

Components: PodcastPromo.Card.Content

This component is a basic div that is styled to be used as the wrapper around content displayed alongside the image.

Components: PodcastPromo.Card.Title

This component is a basic h3 that is intended to be used as the title within each individual podcast card.

Any props to this component are passed along to the underlying html h3 element. You can elect to use a different component via the as prop, eg: <PodcastPromo.Card.Title as="span">

Components: PodcastPromo.Card.Description

This component is a basic p that is styled to be used for the synopsis/description of each card.

Components: PodcastPromo.Card.EpisodesText

This component intended to be used for the "episodes" text + series stack icon within each card. The child text is positioned alongside an icon. Any props passed to this component are forwarded to the p element that wraps the text and icon.

Contributing

Psammead is completely open source. We are grateful for any contributions, whether they be new components, bug fixes or general improvements. Please see our primary contributing guide which can be found at the root of the Psammead repository.

Code of Conduct

We welcome feedback and help on this work. By participating in this project, you agree to abide by the code of conduct. Please take a moment to read it.

License

Psammead is Apache 2.0 licensed.