Rocket.Chat/packages/fuselage-ui-kit
rocketchat-github-ci 0f9345a316 Release 8.0.0-rc.1
[no ci]
2025-12-23 02:19:11 +00:00
..
.storybook chore: Use swc over babel for storybook's webpack5 compiler (#37696) 2025-12-05 20:42:33 +00:00
src feat: Add phone-question-mark icon to IconElement in ui-kit (#37865) 2025-12-19 16:12:18 +00:00
.eslintrc.json chore(fuselage-ui-kit): Review build configuration (#37708) 2025-12-08 08:39:28 -03:00
.gitignore
CHANGELOG.md Release 8.0.0-rc.1 2025-12-23 02:19:11 +00:00
jest.config.ts chore(fuselage-ui-kit): Follow formatting conventions (#36307) 2025-06-26 10:38:35 -04:00
package.json Release 8.0.0-rc.1 2025-12-23 02:19:11 +00:00
README.md chore: Handle props spreading weaknesses (#37509) 2025-11-17 12:02:46 +00:00
tsconfig.build.json chore(fuselage-ui-kit): Review build configuration (#37708) 2025-12-08 08:39:28 -03:00
tsconfig.json chore(fuselage-ui-kit): Review build configuration (#37708) 2025-12-08 08:39:28 -03:00

Rocket.Chat

@rocket.chat/fuselage-ui-kit

UiKit elements for Rocket.Chat Apps built under Fuselage design system


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

deps peer deps dev deps npm bundle size

Install

Firstly, install the peer dependencies (prerequisites):

npm i @rocket.chat/fuselage @rocket.chat/fuselage-hooks @rocket.chat/icons @rocket.chat/styled react react-dom

# or, if you are using yarn:

yarn add @rocket.chat/fuselage @rocket.chat/fuselage-hooks @rocket.chat/icons @rocket.chat/styled react react-dom

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

npm i @rocket.chat/fuselage-ui-kit

# or, if you are using yarn:

yarn add @rocket.chat/fuselage-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

Component stories

We develop and describe our visual components in the form of stories, manage by a tool called Storybook. To start developing with Storybook, run:

yarn storybook