0.0.30 • Published 8 months ago

@aittorai/ui-library v0.0.30

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

UI Component Library

UI Components applications.

Structure

  • lib/components/: Customized Chakra-UI components.
  • lib/chakra-re-exports: The rest of the Chakra-UI components which are not customized by this library. They are directly re-exported.
  • lib/hooks/: A small collection of hooks used to manage some global state across the components.
  • lib/theme/: The app Chakra theme.
  • lib/util/: Various utility functions.

TODO