Axel Adrian
7b325e90db
Merge pull request #7 from axzilla/form
...
Form Components
2024-11-22 15:30:18 +07:00
axzilla
6d29082875
change: remove cheatsheet
2024-11-22 15:24:12 +07:00
axzilla
c0c7b58dd9
change: simplify library components, move form component to seperate branch
2024-11-22 15:14:46 +07:00
axzilla
e002d6b2aa
hotfix: remove unnecessary comments
2024-11-22 14:15:13 +07:00
axzilla
e8103f534c
change: better ui on radiogroup component
2024-11-22 14:13:06 +07:00
axzilla
4d7bc1ba6a
feat: add slider component
2024-11-22 13:56:44 +07:00
axzilla
5224ac9164
change: slider component WIP
2024-11-21 17:48:46 +07:00
axzilla
1a0c70f750
feat: add textarea component
2024-11-21 15:11:52 +07:00
axzilla
00a8017d50
change: improve and simplify input component
2024-11-20 15:28:30 +07:00
axzilla
0c5e20bb47
change: simplify select component
2024-11-20 13:37:47 +07:00
axzilla
577e22651b
change: make datepicker work with external x-model to use it with form component
2024-11-19 17:36:00 +07:00
axzilla
b0bb342a68
hotfix: remove redundant code a base layout
2024-11-19 17:34:59 +07:00
axzilla
c1fb04f0f8
hotfix: remove dev component code
2024-11-19 16:31:13 +07:00
axzilla
cfe5a3e57b
change: simplify input component
2024-11-19 16:25:25 +07:00
axzilla
b888af999a
change: simplify radiogroup component
2024-11-19 15:45:08 +07:00
axzilla
fad8c8b099
change: simplify checkbox component
2024-11-19 14:24:21 +07:00
axzilla
46b7612604
change: simplify toggle component
2024-11-19 13:48:41 +07:00
axzilla
e5acbc4a3d
merge main into form
2024-10-26 12:34:08 +02:00
Axel Adrian
f3d2d453dc
Merge pull request #6 from axzilla/twerge-hotfix
...
fix: implement tailwind-merge-go to avoid class conflicts and allow o…
v0.21.1
2024-10-26 11:41:19 +02:00
axzilla
f793662431
fix: implement tailwind-merge-go to avoid class conflicts and allow overwrites
2024-10-26 11:22:36 +02:00
axzilla
370b3378f2
SOFT WIP
2024-10-26 09:28:45 +02:00
axzilla
5f3601e431
improve: add toggle to the preview
v0.21.0
2024-10-25 10:07:00 +02:00
axzilla
d5918f2bed
fix: remove Go bools on checkbox and use js strings
2024-10-25 09:33:54 +02:00
axzilla
2c13a651fd
improve: better colors for disabled toggle component
2024-10-25 09:25:58 +02:00
axzilla
af138f66e4
Merge branch 'main' into dev
2024-10-24 18:19:07 +02:00
axzilla
ef1bf7e3fd
Merge branch 'dev'
2024-10-24 18:18:51 +02:00
axzilla
aa7c4025d8
Merge branch 'dev'
2024-10-24 18:14:38 +02:00
axzilla
35e4be1c0a
feat: add toggle component
2024-10-24 18:12:25 +02:00
axzilla
a7325e5f13
feat: add toggle component
2024-10-24 18:03:54 +02:00
Axel Adrian
ca4d9a4dda
Update landing.templ
2024-10-23 22:37:49 +02:00
Axel Adrian
fbcca671f6
Update footer.templ
2024-10-23 22:36:48 +02:00
Axel Adrian
cd06d5949d
Update README.md
2024-10-23 22:35:19 +02:00
“axzilla”
9f08a2e1bf
fix: correct the label for the icon right button
2024-10-20 21:41:33 +02:00
“axzilla”
33b95f8119
improve(how_to_use): link input.css as reference
2024-10-18 17:13:36 +02:00
“axzilla”
f996db8fd7
improvement: add radio buttons to theme preview
2024-10-18 17:08:27 +02:00
“axzilla”
9a7e6dd83f
feat: add radio group component
2024-10-18 16:37:23 +02:00
“axzilla”
5e2edef8bf
change(themes): replace css popup with library modal
2024-10-14 12:30:48 +02:00
“axzilla”
394b52690a
fix/change: checkbox component
...
- checked/disabled checkboxes are now shown correctly
- remove unnecessary checkbox showcase example
2024-10-14 11:55:03 +02:00
“axzilla”
d6f3fb5ce6
hotfix: include js/* into Assets embed
2024-10-13 21:00:59 +02:00
“axzilla”
0db9ff7a7d
changes: fix some typos and url name issues, cleaner UI on getting started sections
2024-10-13 20:41:18 +02:00
“axzilla”
d7458189b4
change: create a great theme preview
2024-10-13 18:34:31 +02:00
“axzilla”
29885431a7
fix: Datepicker positioning and Checkbox icon visibility
...
- Improve Datepicker smooth positioning
- Fix Checkbox check icon always visible issue
2024-10-13 18:32:51 +02:00
“axzilla”
351d0b5e00
feat: add themes section to docs
2024-10-13 18:02:09 +02:00
“axzilla”
43e3bfebca
change: checkbox design hotfix
2024-10-12 17:37:10 +02:00
“axzilla”
9d790d397c
fix: lib/makefile/css hotfix
2024-10-12 16:49:17 +02:00
“axzilla”
bc80785967
feat: add checkbox component
2024-10-12 16:02:00 +02:00
“axzilla”
8a6a5273f3
Merge pull request #3 from axzilla/icons-wrapper
...
Icons wrapper
2024-10-11 14:03:23 +02:00
“axzilla”
b290a2a7ff
change: Improve icon implementation and documentation
...
- Add link to Lucide in documentation
- Implement icon names as constants for autocomplete
- Optimize icon storage for more efficient resource usage
These changes enhance usability through improved documentation
and autocomplete functionality, while also improving memory
efficiency by optimizing icon storage.
2024-10-11 13:43:24 +02:00
“axzilla”
42c32c3d1f
Merge pull request #2 from axzilla/dropdown-menu
...
Dropdown menu
2024-10-11 10:19:19 +02:00
“axzilla”
ecf1467d10
change: improve dropdown menu component
2024-10-11 10:16:42 +02:00