The GEL design system is built using React. Use it to easily build new React applications, as well as add to existing ones.
Pre-requisites
All GEL components have a couple of peer dependencies so please ensure the following are installed:
Installation
GEL can be installed using a package manager like npm
, yarn
or pnpm
.
Update tailwind.config.js
to use the withGEL
helper exported by @westpac/ui
as follows.
For applications using brand fonts
add the following options config to the withGEL
helper.
Resources
This library can be found on npm under @westpac/ui
.
Please raise any issues on the Github repo.
GEL is using Tailwind for styling. Visit the Tailwind docs to learn more about installation and usage.