The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/ui-kit
gabriellsh 4721074f1c
chore: bump fuselage packages (#36008)
8 months ago
..
src chore: update eslint plugins (#33879) 1 year ago
.eslintignore
.eslintrc.json
.gitignore
.prettierignore
CHANGELOG.md Release 7.0.0 1 year ago
README.md
jest.config.ts refactor(tests): Align Jest tests (#32550) 1 year ago
package.json chore: bump fuselage packages (#36008) 8 months ago
tsconfig.cjs.json refactor(tests): Align Jest tests (#32550) 1 year ago
tsconfig.esm.json refactor(tests): Align Jest tests (#32550) 1 year ago
tsconfig.json refactor(ui-kit): Add tests for types (#32678) 2 years ago

README.md

Rocket.Chat

@rocket.chat/ui-kit

Interactive UI elements for Rocket.Chat Apps


npm@latest npm@next npm downloads License: MIT

deps npm bundle size

Install

Add @rocket.chat/ui-kit as a dependency:

npm i @rocket.chat/ui-kit

# or, if you are using yarn:

yarn add @rocket.chat/ui-kit

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