Quick Start

Installation

Package Manager

npm install nord-ui
#using Yarn
yarn add nord-ui

CDN

<link rel="stylesheet" type="text/css" href="https://unpkg.com/nord-ui">

Starter Template

<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <!-- Nord UI -->
    <link href="https://unpkg.com/nord-ui" rel="stylesheet" type="text/css">
    <title>Hello World...!</title>
</head>
<body>
    <!-- your code goes here... -->
</body>
</html>

Usage

import a component:

import 'nord-ui/dist/button.css'

import whole package:

import 'nord-ui'

Enjoy🎉