Skip to content

Commit

Permalink
Feat: add editable card (#3)
Browse files Browse the repository at this point in the history
* Feat add Card component

* fix: remove theme provider from product card

Co-authored-by: Gabriel <[email protected]>
  • Loading branch information
hpineroInventures and gsulloa authored Jul 24, 2020
1 parent 3158f8c commit 3b0b4ee
Show file tree
Hide file tree
Showing 5 changed files with 1,487 additions and 199 deletions.
26 changes: 26 additions & 0 deletions .zeplin/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"plugins": [
{
"name": "@zeplin/cli-connect-react-plugin"
},
{
"name": "@zeplin/cli-connect-storybook-plugin",
"config": {
"url": "http://localhost:9009",
"startScript": "storybook"
}
}
],
"projects": ["5e317433051b71944ffec6dc"],
"styleguides": [],
"components": [
{
"path": "src/lib/components/ProductCardA.tsx",
"zeplinNames": ["Meki/Card/2"],
"storybook": {
"kind": "card",
"stories": ["base"]
}
}
]
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
]
},
"devDependencies": {
"@material-ui/system": "^4.9.14",
"@storybook/addon-a11y": "^5.3.19",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
Expand All @@ -59,6 +60,9 @@
"@types/lodash": "^4.14.157",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"@zeplin/cli": "^1.0.4",
"@zeplin/cli-connect-react-plugin": "^0.2.5",
"@zeplin/cli-connect-storybook-plugin": "^0.3.2",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
Expand Down
Loading

0 comments on commit 3b0b4ee

Please sign in to comment.