Commit graph

86 commits

Author SHA1 Message Date
Yohn
b7100d22d5 Merged RTL pull request into css files, and updated docs for hamburger menu.
Will create new versioning soon, I have something else I'd like to include.
2024-12-12 21:12:39 -05:00
JWB
bfdf6dbf6c
Update index.html
Make hamburger nav show under xxl viewport
replaced spaces with tabs.
2024-12-10 12:46:06 -05:00
Yohn
f25840f51a - Updated form validation to not validate when form[novalidate]
- Updated tooltips to go multiline, max width of 250px.
-Updated card footer, to remove the margin from the last element if they are buttons or groups when in the footer
- Made container, grid, and row classes to have a parent class, so they will not effect rest of page. This will only work if you use that style css.

- Added tabs
- Added floating labels
- Added responsive nav hamburger menu

Let me know if you find any bugs or have ideas for improvements!
2024-12-10 12:30:06 -05:00
Yohn
354887554b Changed spacing on form elements to be a tad smaller. It was just too big for my liking, and I feel this way is a lot easier.
Added cursor back on button - it was just an arrow.
Added parent-selector to the notifications, and corrected readbility of notifications.
updated the version within the css files
made rows only show up on css files where classes are enabled
made the tooltips have a dark background - even for dark themes.
2024-12-07 19:56:51 -05:00
Yohn
7f28ea08fc Updated Docs 2024-12-03 13:40:34 -05:00
Yohn
fdf5c83210 Enabled multiline tooltips, and disabled dotted lines for tooltips when child elements contain links of form elements. 2024-11-30 18:00:11 -05:00
Yohn
68a9fb92ee Update css urls 2024-11-27 00:43:27 -05:00
Yohn
42b62b10a6 V. 2.1.0 - Yohns Fork 2024-11-27 00:38:59 -05:00
Lucas Larroche
759296f211 chore: remove docs and move to yarn 2022-10-15 17:23:02 +07:00
Lucas Larroche
2e8fc0b9b8 docs: Fix canonical URLs 2022-09-13 01:22:47 +07:00
Lucas Larroche
3b05421333 docs: Add composer 2022-05-22 11:25:28 +07:00
Lucas Larroche
cdbff8e78a docs: Add composer 2022-05-22 10:09:07 +07:00
Lucas Larroche
f7ed336ac0 chore: rebuild 2022-02-27 16:59:36 +07:00
Lucas Larroche
df298eb4aa feat(accessibility): Add aria-current 2022-02-27 16:12:53 +07:00
Lucas Larroche
1c99a48332 Dropdown: Sidebar order 2022-01-23 10:34:14 +07:00
KiranMantha
f410f48c1c chore: updated docs as per contribution rules 2021-12-27 17:33:16 +05:30
Lucas Larroche
41314ab4b0 Revert "Merge branch 'master' into dev"
This reverts commit 6a6d67dbab, reversing
changes made to ba4bd765d8.
2021-12-19 09:50:55 +07:00
Trevor Fitzgerald
4bdaf4f45a
Fix typo in example code 2021-11-15 18:30:21 -05:00
gsalaun1
3a5cb431d5 Fix Typo on RTL Support 2021-11-12 08:58:36 +01:00
Lucas Larroche
d5544ea021
Revert "Feature: modal" 2021-11-08 00:12:34 +07:00
Lucas Larroche
13abfc4115 Build CSS, JS and Docs 2021-11-08 00:10:16 +07:00
Lucas Larroche
7a27d59d72 Docs: Toggle navigation icon default height 2021-11-02 10:49:54 +07:00
Lucas Larroche
c71144455b Docs: Sidebar styles 2021-11-02 00:20:55 +07:00
Lucas Larroche
bbb53c7dd4 Docs: separate pages 2021-10-31 21:33:19 +07:00
Lucas Larroche
d68d7b86fa Docs: most-visible as external JavaScript 2021-10-25 10:10:31 +07:00
Lucas Larroche
868e5d20cb Docs: Add RTL 2021-10-24 12:00:08 +07:00
Lucas Larroche
837f29787c Docs: Fix typos 2021-10-24 11:20:23 +07:00
Lucas Larroche
b40a9277f2 Docs: Adapt the DOM and styles for code blocks #36 2021-10-23 23:02:36 +07:00
Lucas Larroche
688a638d4d Docs: Clean JS imports 2021-10-23 12:17:04 +07:00
Lucas Larroche
8e028956e9 Add scripts to build and watch files 2021-09-12 10:58:05 +07:00
Lucas Larroche
9ef002d8ab Minor Release (v1.3.3) 2021-07-25 16:48:01 +07:00
Lucas Larroche
410fcc1767 Update copyright and license 2021-07-24 12:24:33 +07:00
Lucas Larroche
4a2e9714f3 Import Most Visible library 2021-07-24 12:08:45 +07:00
Lucas Larroche
8cb28b3707 Horizontal Ellipsis 2021-07-24 11:56:46 +07:00
Lucas Larroche
67c60cf4db Minor Release (v1.3.2) 2021-07-18 10:35:59 +07:00
Lucas Larroche
dc42ec62f3 Add a loading indicator for aria-busy 2021-07-17 15:19:19 +07:00
Lucas Larroche
7c1e93472f Typos & clean 2021-07-10 10:47:57 +07:00
Lucas Larroche
9575624834 JavaScript modularization 2021-07-09 17:42:10 +07:00
Lucas Larroche
366e0a55d6 Typo 2021-07-05 15:23:58 +07:00
Lucas Larroche
4ca888a05e Fix customization simplified example 2021-07-04 08:56:33 +07:00
Lucas Larroche
c874560a24 Small improvements
- Edit small font-size
- Update docs
2021-07-03 11:18:07 +07:00
Lucas Larroche
0c1d8b5972 Highlighting of the classless version
+ code cleaning
2021-07-02 23:04:17 +07:00
Lucas Larroche
dd534ef6a6 New --button-box-shadow var
+ rename `--form-element-focus` to `--form-element-focus-color`
+ code cleaning
2021-07-02 22:18:14 +07:00
Lucas Larroche
d12af72cab CSS Vars refactoring 2021-07-02 16:54:41 +07:00
Damien Guard
6971460bca
Update article example to use a header 2020-11-14 21:13:25 +00:00
Lucas
3c558e0e87 Docs: Fix tables code example 2020-10-28 08:33:02 +07:00
Lucas
a7c25a7d69 Docs: fixes 2020-10-28 08:30:37 +07:00
Lucas
27c21a6e32 Docs: Better indeterminates examples 2020-10-28 08:27:26 +07:00
Lucas
8671ae4552 Docs: Better aria-label and interminate progress bar 2020-10-28 08:12:49 +07:00
Lucas
d49c7ffcf2 Define validation states with aria-invalid 2020-10-27 12:25:53 +07:00