Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@naturalselectionlabs/hui
Advanced tools
The shared react web component library for the whole organization.
The shared react web component library for the whole organization.
If you are not familiar with the items below, please at least go over their basic tutorial.
npm i
You might want to install the recommended extensions in this file.
All components should live in this folder.
npm start
To debug the components, you can create routes in this file to quick debug a component, and visit the home page to see the list of component, check playground example for more details.
Or you can use storybook to better test and document components, check the example stories for more details:
npm run storybook
To run unit tests:
npm test
To update the vitest snapshots:
npx vitest -u
To format your code use:
npm run format
npm run publish
Install it as dependency:
npm i @naturalselectionlabs/hui
Then use it in your code:
import { Button } from '@naturalselectionlabs/hui'
export default function Page() {
return <Button>OK</Button>
}
You must enable the tailwind compilation in the tailwind.config.js
:
module.exports = {
content: ['./node_modules/@naturalselectionlabs/hui/**/*.js'],
}
Clone the repo and use it as a local package in package.json
:
{
"dependencies": {
"@naturalselectionlabs/hui": "file:../@naturalselectionlabs/hui/dist"
}
}
FAQs
The shared react web component library for the whole organization.
The npm package @naturalselectionlabs/hui receives a total of 0 weekly downloads. As such, @naturalselectionlabs/hui popularity was classified as not popular.
We found that @naturalselectionlabs/hui demonstrated a not healthy version release cadence and project activity because the last version was released 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.