https://github.com/liftedinit/lifted-ui
A shared library of components and helpers for Lifted user interfaces
https://github.com/liftedinit/lifted-ui
Last synced: 3 months ago
JSON representation
A shared library of components and helpers for Lifted user interfaces
- Host: GitHub
- URL: https://github.com/liftedinit/lifted-ui
- Owner: liftedinit
- License: apache-2.0
- Created: 2022-11-07T23:13:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T15:05:53.000Z (6 months ago)
- Last Synced: 2026-01-15T18:27:11.818Z (6 months ago)
- Language: TypeScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lifted-ui
A shared library of components and helpers for Lifted user interfaces
## `assets/`
Static assets like images and fonts.
## `components/`
React components.
## `helpers/`
Useful helper functions like converting between formats. Tests should be included.
## `hooks/`
React hooks that can be imported into your app.
## `lib/`
External libraries to be re-exported with configuration.
## `theme/`
The Lifted custom theme for
[Chakra](https://chakra-ui.com/docs/styled-system/customize-theme).