Admin

Hello everyone, I am the author of technostuf.com, I have 10 years of experience in IT and worked on various programming languages like Angular, PHP, NodeJS, ReactJS, I love to write articles and tips that can help other people.

How to use material chips(tags) in Angular?

How to use material chips(tags) in Angular?; In this tutorial, we will learn how to implement chips or tags with the Angular Material library, We will use the MatChipsModule material modules to make chips list. We will use <mat-chip-list> and <mat-chip>  directive of MatChipsModule, in this tutorial, I will explain the static chip list and chip list …

How to use material chips(tags) in Angular? Read More »

How to create a bootstrap spinner in ReactJS?

React bootstrap is a component-based library that provides bootstrap features as react components, Today, We will learn how to create a bootstrap spinner in ReactJS, Spinner is used to show a loading state in the project, We show the loading state when the task is still running and show the animation loader so user can know the …

How to create a bootstrap spinner in ReactJS? Read More »

How to use react bootstrap alert component?

React bootstrap is a component-based library that provides bootstrap features as react components, Today, We will learn how to integrate the react bootstrap alert component in react applications. You can download/clone the working example https://github.com/technostuf/react-bootstrap-alert-demo Create a React application Install react-bootstrap library Add code to the file Run a React application Create a React application …

How to use react bootstrap alert component? Read More »

How to implement material spinner in Angular?

How to implement material spinner in Angular?; In this tutorial, we will learn how to implement a spinner with the Angular Material library, We will use the MatProgressSpinnerModule material modules to show a spinner and spinner progress bar some other important configurations. We will use <mat-progress-spinner> and <mat-spinner>  directive of MatProgressSpinnerModule, <mat-progress-spinner> and <mat-spinner> are circular indicators of progress …

How to implement material spinner in Angular? Read More »

How to use the react-bootstrap pagination component?

React bootstrap is a component-based library that provides bootstrap features as react components, Today, We will learn how to integrate the bootstrap pagination component in react applications. You can download the working example of the pagination component https://github.com/technostuf/react-bootstrap-pagination-demo Create a React application Install react-bootstrap library Add code to the file Run a React application Create …

How to use the react-bootstrap pagination component? Read More »

React bootstrap datepicker example with getting selected date

React bootstrap is a component-based library that provides bootstrap features as react component, Today, We will learn how to integrate bootstrap datepicker in react applications, and I will also explain how to get the selected value of datepicker. You can download the working example of a date picker component https://github.com/technostuf/react-bootstrap-datepicker-example Create a React application Install …

React bootstrap datepicker example with getting selected date Read More »