Skip to content

Commit

Permalink
Updating website
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabet Oliveira committed Jan 26, 2019
1 parent cfe6964 commit a7a1a84
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -52,6 +52,7 @@ Available components:
- [x] Browser - A cute browser
- [x] Cat - A cute cat
- [x] CreditCard - A cute credit card
- [x] File - A cute file
- [x] Ghost - A cute ghost
- [x] IceCream - A cute ice-cream
- [x] Mug - A cute mug
Expand All @@ -71,3 +72,5 @@ Available components:
- [Italox](https://github.com/Italox)
- [Vinnl](https://github.com/Vinnl)
- [eliasparis](https://github.com/eliasparis)
- [uselessdev](https://github.com/uselessdev)
- [serotonyn](https://github.com/serotonyn)
7 changes: 4 additions & 3 deletions styleguide.config.js
Expand Up @@ -24,8 +24,8 @@ module.exports = {
],
skipComponentsWithoutExample: true,
getComponentPathLine: pathname => {
const { name } = path.parse(pathname)
return `import { ${name} } from 'react-kawaii'`
const { name } = path.parse(pathname);
return `import { ${name} } from 'react-kawaii'`;
},
template: {
head: {
Expand Down Expand Up @@ -68,5 +68,6 @@ module.exports = {
'styleguide/components/IsolateButton'
)
},
styleguideDir: 'build/react-kawaii'
styleguideDir: 'build/react-kawaii',
serverPort: 8210
};
12 changes: 12 additions & 0 deletions styleguide/components/LandingPage.jsx
Expand Up @@ -65,6 +65,18 @@ const contributors = [
githubUsername: 'eliasparis',
githubUrl: 'https://github.com/eliasparis',
imageUrl: 'https://avatars2.githubusercontent.com/u/13252924?s=460&v=4'
},
{
name: 'uselessdev',
githubUsername: 'uselessdev',
githubUrl: 'https://github.com/uselessdev',
imageUrl: 'https://avatars1.githubusercontent.com/u/6943919?s=400&v=4'
},
{
name: 'serotonyn',
githubUsername: 'serotonyn',
githubUrl: 'https://github.com/serotonyn',
imageUrl: 'https://avatars1.githubusercontent.com/u/22910212?s=400&v=4'
}
];

Expand Down

0 comments on commit a7a1a84

Please sign in to comment.