Skip to content

Commit 4a5d57a

Browse files
alexcarpenterkylemacjoe-bell
authored
feat(ui): Add theme builder functionality (#3458)
Co-authored-by: Kyle MacDonald <kylemac@users.noreply.github.com> Co-authored-by: Joe Bell <7349341+joe-bell@users.noreply.github.com>
1 parent b8e4632 commit 4a5d57a

38 files changed

+1679
-666
lines changed

.changeset/tough-lamps-itch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/ui/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010

1111
# @clerk/ui
1212

13-
> [!WARNING]
13+
> [!WARNING]
1414
> This is an experimental package and work-in-progress. Please come back later 👋
1515
16+
- `src/primitives/*` - the building blocks for AIO components void of any Clerk Elements/logic
17+
- `src/components/*` - the AIO components built using primitives and Clerk Elements
18+
1619
## License
1720

1821
This project is licensed under the **MIT license**.

packages/ui/example/app/theme-builder.tsx

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

packages/ui/example/app/utils.ts

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

0 commit comments

Comments
 (0)