@quickchat.vn/fuselage-toastbar
v0.31.22
Published
Fuselage ToastBar component
Downloads
7
Maintainers
Readme
@quickchat.vn/fuselage-toastbar
Fuselage ToastBar component
Install
Firstly, install the peer dependencies (prerequisites):
npm i @quickchat.vn/fuselage @quickchat.vn/fuselage-hooks @quickchat.vn/fuselage-polyfills @quickchat.vn/styled react react-dom
# or, if you are using yarn:
yarn add @quickchat.vn/fuselage @quickchat.vn/fuselage-hooks @quickchat.vn/fuselage-polyfills @quickchat.vn/styled react react-dom
Add @quickchat.vn/fuselage-toastbar
as a dependency:
npm i @quickchat.vn/fuselage-toastbar
# or, if you are using yarn:
yarn add @quickchat.vn/fuselage-toastbar
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues.
Building
As this package dependends on others in this monorepo, before anything run the following at the root directory:
yarn build
Linting
To ensure the source is matching our coding style, we perform linting. Before commiting, check if your code fits our style by running:
yarn lint
Some linter warnings and errors can be automatically fixed:
yarn lint-and-fix
Running tests
Whenever possible, add tests to describe exactly what your code do. You can run them by yourself:
yarn test