Skip to content

Commit 342abbe

Browse files
committed
Added readme structure
1 parent 78a1dc5 commit 342abbe

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# How to include in playground
2+
3+
Once the component is added in the ```src``` folder,
4+
5+
1. Add default code in ```client/common/DefaultCode```
6+
2. Import it in the ```index.js``` file of ```DefaultCode folder```
7+
3. Import these components in the ```common/componentList.js```

src/card/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import PropTypes from 'prop-types';
33
import { themr } from 'react-css-themr';
44
import classnames from 'classnames';
5-
import defaultTheme from './defaultTheme.scss';
5+
import defaultTheme from './theme.scss';
66

77
const Card = ({
88
children,
File renamed without changes.

0 commit comments

Comments
 (0)