mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 06:03:40 +00:00
[PM-8448] Create BItwarden Send UI library package (#9402)
* Create the send-ui library package Create folder Create package.json Create jest config Create tsconfig and tsconfig.spec.json Create README Add empty barrel file for exporting future members * Register @bitwarden/send-ui with all clients and libs * Register with eslint * Fix linting issue with README --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
42784b39f1
commit
86d6be3187
17
libs/tools/send/README.md
Normal file
17
libs/tools/send/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Bitwarden Send
|
||||
|
||||
This folder contains 2 packages that can be used to create and modify Sends.
|
||||
|
||||
## semd-core
|
||||
|
||||
Package name: `@bitwarden/send-core`
|
||||
|
||||
Contains all types, models, and services for Bitwarden Send
|
||||
|
||||
Currently in use by the Bitwarden Web Vault, CLI, desktop app and browser extension
|
||||
|
||||
## send-ui
|
||||
|
||||
Package name: `@bitwarden/send-ui`
|
||||
|
||||
Contains all UI components used for Bitwarden Send
|
||||
Reference in New Issue
Block a user