@sats-group/ia-lib
v6.0.0
Published
Internal Applications user interface library
Keywords
Readme
🧱 @sats-group/ia-lib
SATS Internal Application Component Library
A shared library of reusable React components for building internal web applications across the SATS ecosystem.
📦 Installation
npm install @sats-group/ia-lib🧰 Usage
This library provides pre-styled React components used in SATS internal projects.
Example
import Button from '@sats-group/ia-lib/button';
export default function Example() {
return <Button variant="primary">Click me</Button>;
}🛠 Development
This package is maintained in:
The source code for this library is maintained in the 🔗 ia-lib repo (Azure DevOps)
To contribute, clone the repository. Detailed steps and guidelines are documented within the project itself.
