Just a repo for shared components for my projects.
Run npm run build before pushing updates to this project.
Add "@eldritchtools/shared-components": "github:eldritchtools/shared-components" to dependencies in package.json and run npm install to import this into other projects.
Provides the following:
- Header - Header for displaying the title and other info
- Footer - Footer for displaying social links and copyright disclaimer
- db, useDBState - IndexedDB wrapper
- ProfileProvider, useProfiles - React Context Provider for handling profiles, uses the IndexedDB wrapper above