1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 20:33:00 +00:00

165 Commits

Author SHA1 Message Date
axzilla
fcd2d7eb97 fix: set correct file names on some showcase examples 2024-11-28 14:59:38 +07:00
axzilla
0f6c7d8262 chore: upgrade to Go 1.23.3 and fix MIME types
- Update go.mod to Go 1.23.3
- Add explicit MIME type handling for static files
2024-11-28 14:31:41 +07:00
axzilla
3059248145 docs: update to new showcase format for tabs, textarea, toggle 2024-11-28 14:04:38 +07:00
axzilla
0543784665 docs: update to new showcase format for input, modal, radiogroup, select, sheet, slider 2024-11-28 13:00:27 +07:00
axzilla
bf79014f9d chore: update go to 1.23.3 and templ to v0.2.793 2024-11-28 09:38:24 +07:00
axzilla
a19377c5b0 refactor: make pagewrappers description prop into a templ.Component 2024-11-28 07:23:20 +07:00
axzilla
be417b51f8 docs: update to new showcase format for datepicker, dropdownmenu, icon 2024-11-28 07:17:12 +07:00
axzilla
774ab4b762 docs: update to new showcase format for card and checkbox components 2024-11-27 19:23:07 +07:00
axzilla
29e3221f02 feat: update component variants, sides and sizes for consistency 2024-11-27 14:21:15 +07:00
axzilla
42cf063537 refactor: Make showcase code more modular
- Restructure parts of showcase code
- Update documentation on alert, accordion, avatar and button
2024-11-26 17:42:02 +07:00
axzilla
2f68e5d9b8 refactor: seperate embed code snippets 2024-11-26 13:30:40 +07:00
axzilla
90f2cd4fb1 change: seperate modules from components lib 2024-11-25 16:35:02 +07:00
axzilla
64facc7be0 Merge branch 'main' into dev 2024-11-25 16:14:02 +07:00
axzilla
a5d3e6e065 hotfix: make datepicker work again v0.22.1 2024-11-25 15:59:26 +07:00
axzilla
78923ccf9b card wip 2024-11-25 13:03:35 +07:00
axzilla
8e0096ef42 change: fix null value issues on slider component, better slider component showcase 2024-11-25 07:26:32 +07:00
axzilla
0485471ba9 Merge branch 'dev' v0.22.0 2024-11-22 15:31:17 +07:00
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
1de75695ec change: make base layout and related theme switcher more readable 2024-11-18 15:35:39 +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