Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@nasa-jpl/react-stellar
Advanced tools
React implementation of the Stellar design system. Written in Typescript and bundled with Rollup, sunshine, and rainbows.
Demos and documentation for the components can be found here: https://nasa-jpl.github.io/react-stellar/.
npm run build-lib
. This will run Rollup on the project and output files to /dist
for consumption.Components are developed and demoed using Storybook. Storybook can be run locally and can be built and deployed to Github Pages for easy viewing by running npm run deploy-storybook
.
To install the published library follow the steps below. These steps assume you already have NodeJS installed on your machine and that you are installing this library into a React project.
npm install --save-dev @nasa-jpl/react-stellar
in the root of your React application repository.You can import a Stellar component using the following ES6 syntax:
import { Button } from "@nasa-jpl/react-stellar";
This component can be used like any other React component, e.g.
<Button variant="secondary" onClick={() => console.log("Click")}>
Text
</Button>
FAQs
The React implementation of the Stellar Design System
The npm package @nasa-jpl/react-stellar receives a total of 7 weekly downloads. As such, @nasa-jpl/react-stellar popularity was classified as not popular.
We found that @nasa-jpl/react-stellar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.