We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a1dc5 commit 342abbeCopy full SHA for 342abbe
README.md
@@ -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
@@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { themr } from 'react-css-themr';
import classnames from 'classnames';
-import defaultTheme from './defaultTheme.scss';
+import defaultTheme from './theme.scss';
const Card = ({
8
children,
src/card/defaultTheme.scss renamed to src/card/theme.scss
0 commit comments