
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
ui-sample-321
Advanced tools
UI Elements for React.
Run yarn storybook
to get a Storybook installation to see all the components.
Whenever you need to update the package on NPM, change the version number in the package.json
and then use npm publish
.
To enable all the theme variables in your project, you can add the ankraTheme
variable to the extend
object in your tailwind.config.js
file. Simply include the following code snippet:
const { ankraTheme } = require('ankra-ui')
module.exports = {
theme: {
extend: {
...ankraTheme,
// other configurations...
},
},
// other configurations...
}
Add the following to your tailwind.config.js
in order for your project to
compile the css of the components. We do this in order to prevent duplicate
classes in your project.
content: [
...,
"./node_modules/ankra-ui/**/*.{js,ts,jsx,tsx}",
]
FAQs
A sample
The npm package ui-sample-321 receives a total of 4 weekly downloads. As such, ui-sample-321 popularity was classified as not popular.
We found that ui-sample-321 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.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.