Skip to content

Commit 2089252

Browse files
feat(card): functional components for card (#827)
* [WIP] feat(card): functional components for card 🎴 * remove all block refs & use body * refactor: remove inverse & add textVariant * chore: add indent guide to eslint * fix(card-group): remove excess function * chore: add switch case indentation * feat(card): add bordered props to header/footer * fix(card): rm defunct tests * feat(card): add header/footer text variant props * refactor(card): rm .vue version of card * [caqrd] update comment * feat(card): new card-img FC * refactor(card): show off feat in readme * refactor: move examples to fixtures
1 parent 8e6fc42 commit 2089252

File tree

127 files changed

+510
-316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+510
-316
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = {
8585
'id-blacklist': 'error',
8686
'id-length': 'off',
8787
'id-match': 'error',
88-
'indent': 'off',
88+
'indent': ['warn', 4, { "SwitchCase": 1 }],
8989
'init-declarations': 'off',
9090
'jsx-quotes': 'off',
9191
'key-spacing': 'off',

docs/components/card/README.md

Lines changed: 20 additions & 17 deletions

examples/card/demo.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

examples/tooltip/demo.js

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)