
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Aldebarion is the front-end framework built for the future.
This framework helps you to:
This project is still in development so do not hesitate to involve yourself.
This project is more about guidelines than real implementation. Even so, A first sass/css implementation is available. It includes basic widgets, animations, layout and default theme.
npm install aldebarion --save
More implementations with reactjs will come.
You must follow aldebarion guidelines in order to get a continuity in user experience.
Since this project is a sass implementation, you interact with it through a combination of class names and attributes. The wording of this implementation is inspired by Semantic-ui. It is based on natural language and very simple to use.
However, this project is specialized on animations so you need to use complex html components. In order to help you understanding what you can change and what you cannot, the framework uses non-natural language for internal components you should not modify.
Example:
<button class="ad button"> <!-- you may add classes here to change the default behavior -->
<span class="ad buttonLabel"> <!-- you should not change this class, the only
thing you can do is to remove it if you don't want it -->
simple button
</span>
</button>
Notice that all components managed by Albebarion must have the class ad.
A first level of responsiveness is implemented.
Example:
<html>
<!-- head code -->
<body class="ad body">
<div class="ad screen <platform>">
<div class="ad workspace">
<!-- your code -->
</div>
</div>
</body>
<!-- js code -->
</html>
computer
for now.However if your application manages several screens, add several screens div and override the positioning.
A lot of widgets are already designed using the guidelines. The only tricky thing is to correctly build them in html because several of them have complicated html code (because of animation).
FAQs
The frontend framework built for the future
The npm package aldebarion receives a total of 0 weekly downloads. As such, aldebarion popularity was classified as not popular.
We found that aldebarion demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.