gcti-front-lib-v1
v1.0.9
Published
GCTI Frontend Component Library
Readme
GCTI Front Library v1
A comprehensive Angular component library providing reusable UI components.
Installation
npm install gcti-front-lib-v1Components
The library includes the following components:
- Button
- Footer
- Header
- Input Component
- Input Group
- Login
- Select
- Sidenav
Usage
Import the components you need in your Angular module:
import { ButtonComponent, InputComponent } from 'gcti-front-lib-v1';
@NgModule({
imports: [
ButtonComponent,
InputComponent
]
})
export class YourModule { }Development
- Clone the repository
- Install dependencies:
npm install - Start Storybook:
npm run storybook - Build the library:
npm run build:lib
Documentation
Component documentation is available through Storybook. Run npm run storybook to view the documentation locally.
License
MIT
