https://github.com/invoke-ai/ui-library
Invoke's UI Component Library
https://github.com/invoke-ai/ui-library
Last synced: 12 months ago
JSON representation
Invoke's UI Component Library
- Host: GitHub
- URL: https://github.com/invoke-ai/ui-library
- Owner: invoke-ai
- Created: 2024-01-17T05:26:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T23:58:16.000Z (over 1 year ago)
- Last Synced: 2025-05-07T09:49:17.281Z (about 1 year ago)
- Language: TypeScript
- Size: 652 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- Set up `commitlint`, blocked by