1.0.8 • Published 10 months ago

@ieltsrealtest/ui v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@ieltsrealtest/ui

Reusable React UI components for the IELTS Real Test platform, built with TypeScript and styled using Tailwind CSS.


Installation

npm i @ieltsrealtest/ui

Setup Notes

tailwind.config.js

content: [
  "./node_modules/@ieltsrealtest/ui-components/dist/**/*.{js,ts,jsx,tsx}"
]

globals.css

@import "tailwindcss";
@config "../../tailwind.config.js";

next.config.ts (optional for Figma-hosted images)

images: {
  domains: ['s3-alpha-sig.figma.com'],
}

Usage

import { Header, Footer } from "@ieltsrealtest/ui";
1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

11 months ago