Skip to content
View rowellx68's full-sized avatar

Organizations

@shuprog
Block or Report

Block or report rowellx68

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nhs-components nhs-components Public

    A React implementation of the NHS.UK Frontend library. Compatible with Next.js

    TypeScript 5

  2. valid-nhsnum valid-nhsnum Public

    Validate NHS Numbers using the 11 modulo method. You can also generate NHS Numbers for testing.

    TypeScript 1

  3. i18next-utilities i18next-utilities Public

    A collection of utilities and plugins to be used in conjunction with i18next and TypeScript.

    TypeScript

  4. composable-uikit composable-uikit Public

    Swift 1

  5. A re-implementation of the GOV.UK pa... A re-implementation of the GOV.UK pagination component in React with NHS.UK colours.
    1
    import { NumberedPagination } from '@/components/NumberedPagination'
    2
    
    
    3
    type ItemsPaginationProps = {
    4
      totalItems: number
    5
      itemsPerPage: number