A few basic components I needed for other projects.
Run npm i @grumptech/ngx-basic-ui.
- Run
npm installto install the necessary npm packages. - Run
npm run buildto build the library. - Run
npx prettier . --checkornpx prettier . --writeto format code using prettier (an opinionated formatter).