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
Tiago Evangelista Pinto c0fa567246
feat(fuselage-ui-kit): Add `i18n` parser to render surfaces and blocks (#29413)
3 years ago
..
.storybook chore(deps): Safe upgrades (#28867) 3 years ago
src feat(fuselage-ui-kit): Add `i18n` parser to render surfaces and blocks (#29413) 3 years ago
.babelrc.json Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
.eslintignore Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
.eslintrc.js Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
.gitignore Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
.prettierignore Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
.prettierrc.js Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
CHANGELOG.md Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
README.md Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
package.json ci(lint): Broken ESLint (#29599) 3 years ago
tsconfig-cjs.json Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
tsconfig-esm.json Chore: Move fuselage-ui-kit to main repo (#26630) 3 years ago
tsconfig.json refactor: Bump TypeScript version (#28697) 3 years 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