Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Rocket.Chat

@rocket.chat/fuselage-box

Box component and styling utilities extracted from @rocket.chat/fuselage


npm@latest npm@next react version npm downloads License: MIT

deps npm bundle size

Install

Firstly, install the peer dependencies (prerequisites):

npm i react

# or, if you are using yarn:

yarn add react

Add @rocket.chat/fuselage-box as a dependency:

npm i @rocket.chat/fuselage-box

# or, if you are using yarn:

yarn add @rocket.chat/fuselage-box

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