ui-library
/
0.0.18
ui-library 0.0.18
Install from the command line:
Learn more about npm packages
$ npm install @invoke-ai/ui-library@0.0.18
Install via package.json:
"@invoke-ai/ui-library": "0.0.18"
About this version
UI Components for Invoke's applications.
-
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.
- Set up
commitlint
, blocked by https://github.com/conventional-changelog/commitlint/pull/3850