Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@telus-uds/components-base
Advanced tools
The UDS base components are a set of low level react-native components themed by UDS themes.
Refer to the UDS monorepo README for details.
npm install @telus-uds/components-base
To ensure proper functionality, it is important to install the brand palette and theme since the components package does not include a default theme. For example, you can install the Telus brand palette and theme by running the following command:
npm install @telus-uds/palette-allium @telus-uds/theme-allium
This will provide the necessary components, along with the corresponding palette and theme, for your project.
import { BaseProvider, Button } from '@telus-uds/components-base'
import alliumTheme from '@telus-uds/theme-allium'
...
<BaseProvider defaultTheme={alliumTheme}>
...
<Button onPress={() => {}}>Hello World!</Button>
...
</BaseProvider>
...
FAQs
Base components
The npm package @telus-uds/components-base receives a total of 97 weekly downloads. As such, @telus-uds/components-base popularity was classified as not popular.
We found that @telus-uds/components-base demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.