Package Exports
- @edifice.io/react
- @edifice.io/react/audience
- @edifice.io/react/editor
- @edifice.io/react/modals
- @edifice.io/react/multimedia
Readme
Edifice React Library
Getting Started
We follow WAI ARIA rules and Bootstrap 5 guidelines when making our components
Install
pnpm add @edifice.io/react
Modules
Optional modules are available as sub-imports
. You can use them in specific applications:
Audience
Module to track views or reactions on a resource in a specific application (e.g: Blog)
Editor
Rich Text Editor using Tiptap and our multimedia
module.
Modals
- Onboarding Modal to greet user and give him some useful informations about an application.
- Publish Modal to publish a resource to the BPR application.
- Resource Modal can be used to create or edit information about a resource
- Share Modal allows a user to share one of his resource with specific roles to users
Multimedia
All our multimedia components to use in applications or in modules.
- Linker, AudioRecorder, VideoRecorder, Iframe, Embed component, ...