Commit Graph

156 Commits

Author SHA1 Message Date
vasu
b87c8d7751 feat(component): New select component 2023-06-13 14:51:41 +05:30
Ilya Artamonov
d98ae7afa0 Merge pull request #136 from Zboru/tab-pane-click
Add @click for TabPane component
2023-06-04 12:47:26 +03:00
Ilya Artamonov
f095262fd6 Merge pull request #138 from jfkriz/feature/avatar-component-override-default-placeholder
Avatar - Allow placeholder override, and handle image errors
2023-06-04 12:40:04 +03:00
Roberth González
716eec6214 feat: resolve component link 2023-05-26 11:39:14 +02:00
Jim Kriz
a1bac4bebb Update example for alternate avatar placeholder 2023-04-05 07:22:26 -04:00
Jim Kriz
d40c9dcc32 Fix styling on non-default placeholder 2023-04-05 04:51:41 -04:00
Jim Kriz
d06ec44e11 Cleanup - remove unused prop
Accidentally left in from earlier experiment...
2023-04-04 16:46:52 -04:00
Jim Kriz
5eced3229b Allow placeholder override
Allow overriding the default placeholder icon, and add error handling to fallback to placeholder icon if the specified `img` cannot be loaded.
2023-04-04 16:22:40 -04:00
Sebastian Zborowski
4dbe3cc315 feat: add @click for tab pane 2023-03-31 12:01:09 +02:00
Elias Youssef
d2fe767ee1 Adds support for all input types.
Based on: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
2023-03-29 22:13:24 +02:00
victor
6580c65be3 doc: updated doc 2022-12-23 17:25:45 +04:00
victor
64d629133c feat: added icons and custom text 2022-12-23 17:03:26 +04:00
victor
e3ac782c1b feat: added table layout 2022-12-23 16:54:30 +04:00
victor
1f5da4be92 feat: added basic pagination 2022-12-21 20:42:49 +04:00
victor
0de57634e7 Merge branch 'main' into feat_timeline
# Conflicts:
#	docs/.vitepress/config.ts
2022-12-18 15:02:46 +04:00
victor
7b42dbc0f6 refactor: removed timeline button 2022-12-18 14:56:00 +04:00
victor
e3fb92cb56 fix: vitepress styles reset moved to examples 2022-12-18 14:46:09 +04:00
Ilya Artamonov
f8e84fa3f9 Merge pull request #114 from assasin0076/feat_table
feat: added table component
2022-12-18 13:42:40 +03:00
Ilya Artamonov
060fa3a620 Update src/components/Table/Table.vue 2022-12-18 13:41:20 +03:00
Ilya Artamonov
2d99577001 chore: Updated types and lock file 2022-12-18 13:17:04 +03:00
victor
bf9c92f4be feat: added classes system for timeline point 2022-12-18 02:20:11 +04:00
Ilya Artamonov
8f689d393d fix: Fixed types 2022-12-17 12:06:07 +03:00
victor
3e0454a50e feat: added horizontal timeline 2022-12-17 01:48:31 +04:00
victor
3b8719a72c feat: added vertical timeline 2022-12-16 19:39:09 +04:00
victor
f2b776f86e Merge branch 'main' into feat_table
# Conflicts:
#	docs/.vitepress/config.ts
#	docs/components/table.md
2022-12-15 11:19:54 +04:00
Ilya Artamonov
87b50c1fbd chore: Eslint fixes 2022-12-14 22:25:19 +03:00
Ilya Artamonov
b6a0e125e2 Merge pull request #113 from hirakei1203/add/khirano/rating_component
feat: Added New Rating component (basic)
2022-12-14 22:16:40 +03:00
victor
8b619ae08c fix: fixed striped rows 2022-12-13 20:39:40 +04:00
victor
f0ad3a8d6a Merge branch 'main' into feat_table 2022-12-13 19:55:08 +04:00
Ilya Artamonov
f9c285c3ee Merge pull request #116 from assasin0076/fix_accordion
fix: fixed accordion doc build
2022-12-13 18:51:39 +03:00
victor
59a5ed46f5 Merge branch 'main' into feat_table 2022-12-13 19:47:13 +04:00
victor
552c460efa fix: fixed accordion 2022-12-13 18:20:44 +04:00
Ilya Artamonov
5c51b082ff Merge pull request #77 from cadiyak/carousel
Add basic carousel component (Issue #55)
2022-12-13 13:45:35 +03:00
victor
705908a4de feat: added striped-columns 2022-12-13 12:19:12 +04:00
victor
bae7cd2c5a doc: added doc examples 2022-12-13 00:48:38 +04:00
victor
f724f2102a feat: added hoverable and striped states 2022-12-13 00:35:25 +04:00
Ilya Artamonov
11fe2dd903 Merge pull request #112 from assasin0076/feat_accordion
feat: added basic accordion
2022-12-12 19:50:19 +03:00
Ilya Artamonov
66c5edac8a Update src/components/Accordion/types.ts 2022-12-12 19:49:29 +03:00
victor
ab973f7367 feat: added core for table component 2022-12-12 19:41:03 +04:00
victor
bed6185f2e chore: -todo 2022-12-12 11:51:11 +04:00
victor
2b84cddd90 chore: changed accordion imports 2022-12-11 23:19:25 +04:00
victor
e4b31bcfb2 refactor: refactored classes logic 2022-12-11 23:01:35 +04:00
victor
bf759f1ba7 chore: more pure code 2022-12-11 11:34:31 +04:00
victor
02970f7158 fix: properly flush logic 2022-12-11 11:18:32 +04:00
victor
5cc84883bd chore: removed undefined method 2022-12-11 02:08:39 +04:00
victor
13be6cc7bc fix: fixed borders 2022-12-11 00:15:09 +04:00
victor
93e863f02c refactor: refactored accordion 2022-12-11 00:05:01 +04:00
Ilya Artamonov
729acc57d9 fix: Fixed docs build 2022-12-10 19:08:12 +03:00
victor
beb6efaa8a chore: replaced positioning styles 2022-12-09 22:38:53 +04:00
victor
c76cab7a17 feat: added accordion docs 2022-12-08 22:49:11 +04:00