New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ui-beyable

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ui-beyable

Ui library of Beyable projets

latest
Source
npmnpm
Version
1.0.44
Version published
Maintainers
2
Created
Source

Beyable logo

DESIGN SYSTEM

🧐 Description

This repository provides a library of React component who are currently using on the Saas plateforme BEYABLE.

You can have a look to the Beyable company www.beyable.com for more details

Storybook beyableui.netlify.app

⚙️ Getting started

first clone the repository and open it:

npm i 

And then i you want to test in local in other project:

npm link 

In your app folder

npm link ui-beyable

After every code changes

npm run buildlib 

Pre publish

npm run prepublishOnly 

To publish the module to NPM :

npm publish

To publish a BETA version to NPM :

Update the module version number, adding -beta.0 at the end. The .0 indicates which beta version it is.

npm publish --tag beta

🤔 Architecture?

architecture pic
  • assets: every image and fonts that are using by components.
  • components: all components modules , .tsx components and .ts interfaces files are implemented, also css modules is now available.
  • stories: all stories order in two sections, component and display for the graphic chart.
  • style: all global style files from Yattune front.

⭐ Components library

This library aims to provide all current component, is right in react typescript.

📝💻 License

MIT © Beyable

Keywords

beyable

FAQs

Package last updated on 09 Feb 2026

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