
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
epfl-elements-react
Advanced tools
The EPFL Elements React library is a collection of React components based on the EPFL Elements Style Guide. There were different attempts to build such a library (elements-react, epfl-sti-react-library), but is now a join task force based on the library developed by the STI faculty.
The code in this repository provides both the EPFL Elements React Storybook, where you can preview each components, and the epfl-elements-react library itself, which is published on the npm registry.
▶ npm create vite
✔ Project name: … test-app
? Select a framework: › - Use arrow-keys. Return to submit.
Vanilla
Vue
❯ React
[...]
Others
npm install epfl-elements-react
import { Component } from '@epfl/epfl-elements-react'
The main objective is to provide the EPFL Elements React library simultaneously with EPFL Elements.
In addition, some other objectives are referenced in the user stories.
The best way to explore the components provided by this library is to browse the Storybook website here: EPFL Elements React Storybook.
While it might work otherwise, this library is ment to be used with React > 18.
It uses Storybook > 7, TypeScript > 5.0.2 and Vite > 4.3.
If you are happy with the contents of the library and you would like to use it
in your project, you just need to install it as any other NPM dependency, e.g.
just use npm i epfl-elements-react
. The library is also released under the
releases of the GitHub repository.
Whenever more components that are not in the library are needed, it's possible to extend the library.
See these repositories:
We <3 contributions! You can ask us something or report a bug by filling an issue in the repository. If you want to contribute to the code base, feel free to propose a new pull request:
Please see CONTRIBUTING.md.
To run locally and add some feature to this repository, clone the repository and
run npm i
to install the dependencies. Then
npm run storybook
to deploy the Storybook server (https://localhost:6006)npm run build-storybook
npm run build
Please chech that your code follow the coding standards. The npm run lint
command will list all the problem.
Please see CONTRIBUTING.md for further details.
See contributors.
Thanks to Juan C. for building the foundation for this project.
FAQs
EPFL Elements React Library
The npm package epfl-elements-react receives a total of 9 weekly downloads. As such, epfl-elements-react popularity was classified as not popular.
We found that epfl-elements-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.