JSPM

  • Created
  • Published
  • Downloads 373
  • Score
    100M100P100Q91080F
  • License EUPL-1.2

NL design system components created by Conduction

Package Exports

  • @conductionnl/nl-design-system
  • @conductionnl/nl-design-system/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@conductionnl/nl-design-system) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NL-Design-System

This NL-Design-system repository is a customizable and straightforward component library to help make Progressive Web Applications faster, attractive, and more accessible with React.

The main benefits of working with a standardised, component library is being able to develop faster with pre-built components and compliance with the NL Design System as a whole.

Installation

NL-Design-System is available as an NPM package.

// with npm
$ npm install @conductionnl/nl-design-system

// with yarn
$ yarn add @conductionnl/nl-design-system

Usage

Here's a quick example to get you started, it's all you need

import  *  as  React  from  "react";
// Import the InfoTooltip Component
Import { InfoTooltip } from "@conductionnl/nl-design-system"

// Render the component in your app
const App = () => {
    render (
        <>
            InfoTooltip  content={<>Pass any JSX.Element here</>} placement={"bottom"} />
        </>
    )
}

Examples

Take a look at our NL Design Skeleton App and the Skeleton App repo. Additional components can be implemented like the code snippet above.

Roadmap

A more advanced documentation is to be released in the near future. More examples and Tutorials are coming up!