Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@helsenorge/designsystem-react
Advanced tools
The official design system for Helsenorge built with React.
designsystem-react
TODO: Add introduction text
To install and use our React components simply run the following commands in your favorite terminal:
yarn add @helsenorge/designsystem-react
npm install @helsenorge/designsystem-react
This is example takes basis in the file App.tsx/js
from the out-of-the-box project using CRA.
import React from 'react';
import logo from './logo.svg';
import './App.css';
import {CommonButton} from '@helsenorge/designsystem-react';
const App: React.FC = () => {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.tsx</code> and save to reload.
</p>
<a className="App-link" href="https://reactjs.org" target="_blank" rel="noopener noreferrer">
Learn React
</a>
</header>
<CommonButton>Hello world!</CommonButton>
</div>
);
};
export default App;
A more detailed getting started manual can be viewed here. For a full overview of all the available components and their specification, head over here
To read the full design system documentation head over to our web page Helsenorge Design. Here you can read about our use of design principles, design language, patterns, compositions, live code examples and techincal component specifications.
FAQs
The official design system for Helsenorge built with React.
The npm package @helsenorge/designsystem-react receives a total of 159 weekly downloads. As such, @helsenorge/designsystem-react popularity was classified as not popular.
We found that @helsenorge/designsystem-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
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.