🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more
Socket
Book a DemoInstallSign in
Socket

brokoli-ui

Package Overview
Dependencies
Maintainers
5
Versions
755
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brokoli-ui

An UI design language and React UI library

latest
Source
npmnpm
Version
11.59.0
Version published
Maintainers
5
Created
Source

brokoli-ui

Reya

Powering Reya and beyond!!!

Tag Checks Checks

An UI design language and React UI library powered by 🥦🥦🥦 and ☕


StatementsBranchesFunctionsLines
StatementsBranchesFunctionsLines

Installation

  • Run yarn
  • Run npx husky install to activate husky

Run

  • Run yarn storybook

Contributing

Branching model

In the UI world you should branch off main when building a feature. So just go on main, pull latest and then branch out of it. Create your PR against main.

Branch naming is quite standard, we tried to duplicate what we have done for the committing messages, following standard commit message format: [https://www.conventionalcommits.org/en/v1.0.0/].

Branch names can start with the prefixes found in the regex under '.husky/pre-commit'.

Short summary:

DEVELOPING

  • create a branch from main, follow the naming convention for a branch
  • wait for approval, resolve comments and make sure you have a green build
  • merge to main using Rebase and merge

Cloudflare

brokoli-ui uses Cloudflare to automate the process around creating builds that can be shared with the stakeholders. What this means is that any push to a branch will create an environment for the team to test against!

These are sites hosted on Cloudflare and the build from main can be found at brokoli.reya.xyz.

Rules

Environment branches (main)

  • merges to branch main always deploy to brokoli.reya.xyz with ENV variables specific for main

Candidate branches:

  • commits on branches that follow the pattern feat/*, fix/*, chore/*, refactor/* and test/*. Please follow these patterns.

Tools

Helpful tools to install to improve your development life!

FAQs

Package last updated on 06 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts