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
Matheus Cardoso af185f4374
chore(deps-dev): bump typescript to 5.9.2 (#36645)
5 months ago
..
src chore: Remove unused code (#36453) 6 months ago
.eslintignore feat(uikit): Move `@rocket.chat/ui-kit` package to the main monorepo (#31138) 2 years ago
.eslintrc.json feat(uikit): Move `@rocket.chat/ui-kit` package to the main monorepo (#31138) 2 years ago
.gitignore feat(uikit): Move `@rocket.chat/ui-kit` package to the main monorepo (#31138) 2 years ago
.prettierignore feat(uikit): Move `@rocket.chat/ui-kit` package to the main monorepo (#31138) 2 years ago
CHANGELOG.md Release 7.0.0 1 year ago
README.md feat(uikit): Move `@rocket.chat/ui-kit` package to the main monorepo (#31138) 2 years ago
jest.config.ts refactor(tests): Align Jest tests (#32550) 1 year ago
package.json chore(deps-dev): bump typescript to 5.9.2 (#36645) 5 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 chore: move tsconfig bases from root to a package (#35987) 7 months 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