Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #204 from tabler/blogcard-docs
Browse files Browse the repository at this point in the history
Blogcard docs
  • Loading branch information
AaronCoplan committed May 31, 2018
2 parents 4002e23 + ccff90a commit 1b38879
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/public/documentation/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Tabler React Style Guide</title></head><body><div id="rsg-root"></div><script src="build/bundle.51f40b52.js"></script></body></html>
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Tabler React Style Guide</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&amp;subset=latin-ext"></head><body><div id="rsg-root"></div><script src="build/bundle.495767ab.js"></script></body></html>
6 changes: 3 additions & 3 deletions src/components/BlogCard/BlogCard.examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
title="And this isn't my nose. This is a false one."
postUrl="#"
description="Look, my liege! The Knights Who Say Ni demand a sacrifice! …Are you suggesting that coconuts migr..."
avatarUrl="https://tabler.github.io/tabler/demo/faces/female/18.jpg"
avatarImgSrc="https://tabler.github.io/tabler/demo/faces/female/18.jpg"
authorName="Rose Bradley"
profileHref="/profile.html"
date="3 days ago"
imgUrl="https://tabler.github.io/tabler/demo/photos/david-klaasen-54203-500.jpg"
imgSrc="https://tabler.github.io/tabler/demo/photos/david-klaasen-54203-500.jpg"
imgAlt="Penguin"
iconName="heart"
iconHref="#"
/>
```
```;
1 change: 1 addition & 0 deletions src/components/BlogCard/BlogCard.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ function BlogCard({
);
}

/** @component */
export default BlogCard;
4 changes: 4 additions & 0 deletions styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ module.exports = {
name: "Badge",
components: "src/components/Badge/**/*.react.{js,jsx}",
},
{
name: "BlogCard",
components: "src/components/BlogCard/**/*.react.{js,jsx}",
},
{
name: "Button",
components: "src/components/Button/**/*.react.{js,jsx}",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7997,9 +7997,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.0.tgz#054de8d5fb1a4405c845d16183f58a2c301f6f16"
prettier@1.13.2:
version "1.13.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.2.tgz#412b87bc561cb11074d2877a33a38f78c2303cda"

prettier@^1.11.1:
version "1.12.1"
Expand Down

0 comments on commit 1b38879

Please sign in to comment.