0.31.22 • Published 2 years ago
@rocket.chat.up/fuselage-ui-kit v0.31.22
@rocket.chat.up/fuselage-ui-kit
UiKit elements for Rocket.Chat Apps built under Fuselage design system
Install
Firstly, install the peer dependencies (prerequisites):
npm i @rocket.chat.up/fuselage @rocket.chat.up/fuselage-hooks @rocket.chat.up/fuselage-polyfills @rocket.chat.up/icons @rocket.chat.up/styled react react-dom
# or, if you are using yarn:
yarn add @rocket.chat.up/fuselage @rocket.chat.up/fuselage-hooks @rocket.chat.up/fuselage-polyfills @rocket.chat.up/icons @rocket.chat.up/styled react react-domAdd @rocket.chat.up/fuselage-ui-kit as a dependency:
npm i @rocket.chat.up/fuselage-ui-kit
# or, if you are using yarn:
yarn add @rocket.chat.up/fuselage-ui-kitContributing
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 buildLinting
To ensure the source is matching our coding style, we perform linting. Before commiting, check if your code fits our style by running:
yarn lintSome linter warnings and errors can be automatically fixed:
yarn lint-and-fixComponent 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 storybook0.31.22
2 years ago