Getting Started
Get started with Perfect UI
An exceptionally lightweight and highly customizable CSS and JavaScript framework for crafting elegant user interfaces.
Play CDN
Place the `<link>` tag in the `<head>` for our CSS, and the `<script>` tag for our JavaScript bundle before the closing `</body>`.
When imported via CDN, Perfect UI provides methods in `window` and `document`.
You can also import Perfect UI as a module by CDN.
Install by package manager
You can also install Perfect UI by package manager.
After installation, import the styles and methods in your `.js` or `.ts` file.