Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@sq-ui/ng-form-elements
Advanced tools
Simple Quality UI kit for Angular
built by developers for developers!
You will find a description of the public API for each component. The components are grouped by modules. Any properties you can see through code inspection that are left out from this documentation are for internal use and you should not rely on them.
Any types of public interfaces and services are also included.
npm i @sq-ui/ng-progress-bar --save
-- or --
yarn add @sq-ui/ng-progress-bar
Import the NgProgressBarModule in your module:
import { NgFormElementsModule } from '@sq-ui/ng-form-elements';
and then include it in the imports
array of your @NgModule() decorator:
@NgModule({
declarations: [ //... ],
imports: [
NgFormElementsModule,
//...
],
//...
ng-sq-ui does not come with a specific font. Including the default theme is also optional. Refer to our Live examples page.
"styles": [
"src/styles.css",
"./node_modules/@sq-ui/ng-sq-ui/sq-ui-theme.scss",
"./node_modules/@fortawesome/fontawesome-free/css/fontawesome.min.css",
"./node_modules/@fortawesome/fontawesome-free/css/solid.min.css",
"./node_modules/@fortawesome/fontawesome-free/css/regular.min.css",
],
To use our styling just add the class="sq"
on a parent element.
<body class="sq">
<div class="row">
<sq-input ...></sq-input>
</div>
</body>
The FormElementsModule
exposes form controls that support custom templating. Refer to the FormElementsModule documentation for more information.
Want to file a bug, contribute some code, or improve documentation? Read up on our Contributing Guide before making a pull request.
Thanks goes to these wonderful people!
Plamena Radneva 💻 📖 ⚠️ ✅ 📝 | Samuil Gospodinov 💻 📖 ⚠️ 📢 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
> Simple Quality UI kit for Angular
The npm package @sq-ui/ng-form-elements receives a total of 53 weekly downloads. As such, @sq-ui/ng-form-elements popularity was classified as not popular.
We found that @sq-ui/ng-form-elements demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.