Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
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.
@nulogy/components
Advanced tools
Component library for the Nulogy Design System - http://nulogy.design
Built with React, components make it easy to create interfaces that conform to the principles of the Nulogy Design System.
@nulogy/components relies on React, ReactDOM and Styled Components. You will need to add these to your projects dependencies if they are not there already.
To add Styled Components:
yarn add styled-components@^5.0.0
Please check that you are using versions that match the peerDependencies listed in the components/package.json.
Add IBM Plex Sans and IBM Plex Mono to your application, however you prefer to load assets. An example using Google Fonts is shown below.
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet" />
If your application supports Simplified Chinese, you'll also need to load Noto Sans SC.
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500&display=swap" rel="stylesheet" />
Note that loading fonts from Google API is just an example and not the most performant way to load fonts for your application. You'll most likely want to include the font's inside your existing asset pipeline.
Wrap your application in the NDSProvider component to access Nulogy's theme values and add typographic defaults.
import React from "react";
import { NDSProvider } from "@nulogy/components";
class App extends React.Component {
render() {
return <NDSProvider>// your application</NDSProvider>;
}
}
import { Button } from "@nulogy/components";
const SomeView = () => <Button>Click me</Button>;
A locale
prop can be passed to <NDSProvider />
to change the language of aria-labels and strings inside our components. See the Localization Guide for the full list of supported languages and their codes.
Designers can use NDS in Sketch by downloading the UI Kit. See the Designers' Getting Started Guide for more details.
Component documentation and usage guides are stored in the github.com/nulogy/nulogy.design repository.
If you encounter a bug, need a new component or new capability of an existing component, or need any other type of support please file a work request in GitHub Issues. To learn more about how to file a request and what to expect please read How to file NDS work request.
Please see Contributing.MD if you work at Nulogy and would like to contribute.
The design-system is a collection of related packages. If you're looking for more packages, see below.
Package | Description | |
---|---|---|
@nulogy/css | CSS components and utility classes for adding new styles to non-React applications | |
@nulogy/icons | A selection of Material Icon svgs used by Nulogy applications | |
@nulogy/tokens | Design language styles (e.g colours, type, spacing, shadows, etc.) |
FAQs
Component library for the Nulogy Design System - http://nulogy.design
We found that @nulogy/components 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
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.