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/fuselage-ui-kit
Matheus Cardoso af185f4374
chore(deps-dev): bump typescript to 5.9.2 (#36645)
5 months ago
..
.storybook chore(fuselage-ui-kit): Follow formatting conventions (#36307) 6 months ago
src chore: Remove unused code (#36453) 6 months ago
.babelrc.json chore: Recover storybooks (#33565) 1 year ago
.eslintignore
.eslintrc.json chore(fuselage-ui-kit): Follow formatting conventions (#36307) 6 months ago
.gitignore
.prettierignore
CHANGELOG.md Release 7.9.0 5 months ago
README.md
jest.config.ts chore(fuselage-ui-kit): Follow formatting conventions (#36307) 6 months 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/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/fuselage-polyfills @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/fuselage-polyfills @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