
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
FIB UI is a collection of UI components and utilities designed to provide a consistent and flexible user interface for web applications across FIB products. This project is managed with Yarn Workspaces and uses Storybook for component documentation.
A React implementation of the Backoffice v2.0 Design System based on Radix Primitives and uses Tailwind CSS for styling.
A preview of the components can be found in the Storybook.
yarn add @first-iraqi-bank/button
import { Button } from '@first-iraqi-bank/button';
function App() {
return <Button variant="primary">Click Me</Button>;
}
Accessibility: Ensure that all components are implemented according to the WAI-ARIA Authoring Practices, including full screen reader and keyboard navigation support. All components should be tested across a wide variety of screens and devices to ensure the best experience possible for all users.
Adaptive – All components are designed to work with mouse, touch, and keyboard interactions. They’re built with responsive design principles to deliver a great experience, no matter the device.
Internationalization – Support for right-to-left languages should be included out of the box. This includes automatic adjustments to layout, text alignment, spacing, and other visual elements to provide a seamless experience for RTL users.
Customizable – Components should support custom theming, flexible color schemes, and typography settings to allow the design system to be tailored to match the different branding needs of the application. (like personal, business, corporate backoffice applications)
Since FIB UI is built on top of Radix Primitives, which are extensively tested, you can rely on their robustness and reliability. However, if specific needs or customizations arise, additional testing may be required to ensure the components meet your application's requirements.
FAQs
Unknown package
The npm package fib-ui receives a total of 7 weekly downloads. As such, fib-ui popularity was classified as not popular.
We found that fib-ui demonstrated a healthy version release cadence and project activity because the last version was released less than 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.