Get started with clarity-ui CDN

MIT licensed

Clarity-UI is a modern, open-source, and customizable library for building intuitive user interfaces.

Tags:
  • ux
  • ui
  • css
  • component-library
  • design-system
  • clarity

Stable version

Copied!

How to start using clarity-ui CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdn.cdnhub.io/clarity-ui/0.10.28/clarity-ui.min.css">
  <title>Get started with clarity-ui CDN - cdnhub.io</title>
</head>
<body>
  <button class="cl-button cl-button--primary">Primary Button</button>
  <button class="cl-button cl-button--secondary">Secondary Button</button>
  <button class="cl-button cl-button--success">Success Button</button>
  <button class="cl-button cl-button--warning">Warning Button</button>
  <button class="cl-button cl-button--danger">Danger Button</button>

  <script>
    document.addEventListener('DOMContentLoaded', function() {
      // Custom JavaScript code goes here
    });
  </script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!

All versions