https://github.com/timwright12/barebones-card
https://github.com/timwright12/barebones-card
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timwright12/barebones-card
- Owner: timwright12
- License: mit
- Created: 2019-12-13T14:33:15.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T05:10:51.000Z (over 2 years ago)
- Last Synced: 2025-08-01T15:01:54.809Z (11 months ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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