An open API service indexing awesome lists of open source software.

https://github.com/timwright12/barebones-card


https://github.com/timwright12/barebones-card

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Barebones UI Card

Offering CSS scaffolding for three card styles: standard, horizontal, and hero with the same HTML. Optimized for accessibility. #a11y

[![Build Status][cli-img]][cli-url]

### Installation

```bash
npm install @barebones/card --save
```

### Demos
[Standard Card](https://timwright12.github.io/barebones-card/demo/card.html)

[Horizontal Card](https://timwright12.github.io/barebones-card/demo/card-horizontal.html)

[Hero](https://timwright12.github.io/barebones-card/demo/card-hero.html)

### CSS

```css
@import '@barebones/card';

/* Add more CSS here if you need to override anything */
```

[cli-img]: https://travis-ci.org/timwright12/barebones-card.svg?branch=master
[cli-url]: https://travis-ci.org/timwright12/barebones-card