This website requires JavaScript.
Explore
Help
Register
Sign In
public-offering
/
cal.pub0.org
Watch
1
Star
0
Fork
You've already forked cal.pub0.org
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1a77e4046e
cal.pub0.org
/
packages
/
ui
/
index.tsx
5 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add ui package for reusable components (#1916) * Add ui package for reusable components * Add fallback * Type fixes * Type fixes Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-21 16:41:25 +00:00
import
*
as
React
from
"react"
;
export
*
from
"./Button"
;
Radix UI Switch (#2075) * Radix UI Switch Making all switches consistent - using Raxix UI design instead of headless * Moving Switch Component to Monorepo * Update apps/web/components/booking/TimeOptions.tsx * Fix stripe data import Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Omar López <zomars@me.com> Co-authored-by: Alan <alannnc@gmail.com>
2022-03-11 00:26:42 +00:00
export
*
from
"./Switch"
;