Skip to content

Invoke's UI Component Library

Notifications You must be signed in to change notification settings

invoke-ai/ui-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

27ea44b · Oct 4, 2024
Jan 27, 2024
Jan 17, 2024
Jan 30, 2024
Jan 18, 2024
Oct 4, 2024
Jan 25, 2024
Jan 17, 2024
Jan 25, 2024
Jan 27, 2024
Jan 26, 2024
Jan 17, 2024
Jan 17, 2024
Jan 25, 2024
Jan 25, 2024
Jan 25, 2024
Jan 25, 2024
Oct 4, 2024
Aug 12, 2024
Jan 17, 2024
Jan 25, 2024
Jan 17, 2024
Jan 27, 2024

Repository files navigation

Invoke's UI Component Library

UI Components for Invoke's 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 Invoke Chakra theme.
  • lib/util/: Various utility functions.

TODO