Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
nativescript-material-button
Advanced tools
tns plugin add nativescript-material-button
Be sure to run a new build after adding plugins to avoid any issues.
IMPORTANT: Make sure you include xmlns:mdb="nativescript-material-button"
on the Page element
<Page xmlns:mdb="nativescript-material-button">
<StackLayout horizontalAlignment="center">
<mdb:Button text="raised button"/>
<mdb:Button variant="flat" text="flat button"/>
<mdb:Button variant="text" text="text button"/>
<mdb:Button elevation="5" rippleColor="red" text="raised custom button"/>
</StackLayout>
</Page>
mdbutton {
ripple-color: blue;
elevation: 4;
}
import { NativeScriptMaterialButtonModule } from "nativescript-material-button/angular";
@NgModule({
imports: [
NativeScriptMaterialButtonModule,
...
],
...
})
<MDButton rippleColor="blue" text="text button"></MDButton>
import Vue from 'nativescript-vue';
import ButtonPlugin from 'nativescript-material-button/vue';
Vue.use(ButtonPlugin);
<MDButton rippleColor="blue" text="text button"/>
Inherite from Nativescript Button so it already has all the same attributes
An attribute to set the elevation of the button. This will increase the 'drop-shadow' of the button.
An attribute to set the variant of the button. Can be flat
or text
. No value means raised button
An attribute to set the ripple color of the button.
FAQs
Material button component
We found that nativescript-material-button demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.