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/tailwindandui/stylefor 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
LinkDefandImageDefthat 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 tonextjsare to be found in that subdirectory. We plan to create analogs forremixand other frameworks. But for now at least, one can importprimitivescleanly without anynextcruft 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.