@eui/styles
v21.2.1
Published
eUI core styling
Readme
eUI platform
Pre-requisites
NodeJS 20.19.x
Yarn
Quickstart
The entry point of eUI is the @eui/cli package, this will help you scaffold an eUI app of your choice :
Install @eui/cli
npm install -g @eui/cli@latestGenerate an app
cd <your-root-dev-folder>
mkdir myApp
cd myApp
eui-cli