@norbit/norbit-design-system

norbit ui components

Usage no npm install needed!

<script type="module">
  import norbitNorbitDesignSystem from 'https://cdn.skypack.dev/@norbit/norbit-design-system';
</script>

README

Norbit Design System

Code formatting and linting for hygiene

Option Description
eslint for code-quality rules and we will follow the Airbnb js/react standard for that.
prettier will format your code to follow a specific set of formatting rules.
pretty-quick is used to apply prettier to the staged files only, we will use this for the pre-commit hook.
husky npm module to add pre-commit hook to the project.