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

bianic-ui

Package Overview
Dependencies
Maintainers
2
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bianic-ui

Design Language System develop by BIAENERGI

latest
Source
npmnpm
Version
2.7.0
Version published
Maintainers
2
Created
Source

Bianic 2.0

DLS designed by BIAENERGI

Installation

First Installation

npm i bianic-ui

Usage

After Bianic-Ui succesfully installed, you can call the component using JSX tag declaration style ex: <Alert />. Futher documentation about component can be access here

Support

If you found any bug, please contact at devbiaenergi@gmail.com

Contributing

If you're interested in contributing to Bianic-Ui, please contact our team at devbiaenergi@gmail.com

Change Log

Coming soon

Development Notes

Code Convention

  • Always separate style with tsx
  • For style config always try to be object with one level
  • Separate config file and component file for more readable code
  • The variable name of style config must be describe what you styling not describe the parameters (or key)
  • Use .tsx only when defining component, just us .ts if no component defined on the file
  • Don't import simulation or any demo to index.ts
  • Update storybook for every change or new component

Component attribute naming

  • Check on html documentation. Always try to use the exisiting html atribute name.
  • If there the attibute not listed on html documentation. You can make it on your own with rules :
    • Use "is" prefix for boolean
    • Use "on" prefix for event listener

Another Notes

  • Please assign class ...-primary-black when need black color. If not assigned system will use #000000 black.
  • Just discuss any concept you had. Discuss first, Implement later.

FAQs

Package last updated on 05 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