freeCodeCamp/guide/arabic/css/css-frameworks/css-frameworks-uikit/index.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

---
title: CSS Framework UIKit
localeTitle: CSS Framework UIKit
---
## CSS Framework UIKit
UIKit هو إطار أمامي خفيف الوزن ومعياري لتطوير واجهات ويب سريعة وقوية.
### ابدء
هنا هو قالب HTML بسيط يتضمن أحدث CSS المترجمة والمختصرة لمكتبة UIKit.
`
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="css/uikit.min.css" />
<script src="js/jquery.js"></script>
<script src="js/uikit.min.js"></script>
<script src="js/uikit-icons.min.js"></script>
</head>
<body>
</body>
</html>
`
لقد استخدمنا CDN في هذا المثال ، ولكن يمكنك التحقق من الطرق الأخرى لتثبيت UIKit [هنا](https://getuikit.com/docs/introduction) .
### مصادر التعلم
* الوثائق الرسمية ل UIKit متاحة [هنا](https://getuikit.com/docs/introduction) .
* الخروج مستودع GitHub مفتوح المصدر UIKit [هنا](https://github.com/uikit/uikit) .