bianic-ui
v2.7.0-beta.1
Published
Design Language System develop by BIAENERGI
Readme
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 [email protected]
Contributing
If you're interested in contributing to Bianic-Ui, please contact our team at [email protected]
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-blackwhen need black color. If not assigned system will use #000000 black. - Just discuss any concept you had. Discuss first, Implement later.
