@hanzo/ui
@hanzo/auth
@hanzo/commerce
Accessible and customizable components that you can use to build your AI apps.
Visit http://ui.hanzo.ai for general documentation on @hanzo/ui/primitives
which is an enhanced superset of @shadcn/ui
.
- Enhancments to use of Tailwind: Shadcn uses it's own set of Tailwind style classes. These are adequate as a starting point, but do not fully meet the needs of a framework that can be used to build highly branded and individualized performant web-apps. Our components use a more flexible and complete set of styles. Have a look in
ui/tailwind
andui/style
for a more complete sense of our design system and it's uses. - Expanded set of utility components and types We also have several components that take our handy and useful config objects, like
LinkDef
andImageDef
that can be used to specify entire nav menus easily. The components that render them are also inprimitives
. Some of these, like those that have to do with navigation, and image optimization may be specific tonextjs
are to be found in that subdirectory. We plan to create analogs forremix
and other frameworks. But for now at least, one can importprimitives
cleanly without anynext
cruft by importing@hanzo/ui/primitives-common
, which is the general subset that does not import or use anything fromnext
.
(coming soon)
Please read the contributing guide.
Licensed under the BSD 3 Clause License.