# Getting Started
Install the framework using NPM, and include the CSS file in your main entry point.
#
Using Npm
Install the package via NPM
#
Using Yarn
Install the package via Yarn
#
Import CSS file
Include the CSS file in your main entry point to use our classes. For instance, you can add it in files likefor example: _app.js, _app.jsx, index.js, index,jsx file
#
Installing React-Icons
To incorporate icons into your project, start by installing the react-icons library. This library provides a wide range of ready-to-use icons that you can easily integrate into your React components, enhancing the visual appeal and functionality of your application.
#
update your package
You can also update your packge to the latest version
#
CDN
For your HTML file, you have the option to use the CDN. However, keep in mind that you should exclusively use our pre-defined CSS classes.