Mobile Menu

UI Components for NHS Apps

Introduction

sweet.ui components have been crafted to add consistent, clean design to apps and websites. It can be used on it’s own, or in addition to another framework, eg bootstrap.


Get Started

Adding sweet.ui Components to an app or site is simple by adding some lines into your template file.

  1. Add script snippets below.
  2. Start adding classes to your code to use components.

Add inside <head> tag

<link rel="stylesheet" href="https://sweet.pages.dev/css/components.css">
<link rel="stylesheet" href="https://sweet.pages.dev/css/colours.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />

Add above </body> tag

<script src="https://sweet.pages.dev/js/scripts.js"></script>