Windows XP CSS Framework – XP.css

Category: CSS & CSS3 , Frameworks , Recommended | May 19, 2020
Author:botoxparty
Views Total:2,663 views
Official Page:Go to website
Last Update:May 19, 2020
License:MIT

Preview:

Windows XP CSS Framework – XP.css

Description:

A lightweight and easy-to-use CSS framework to create Windows XP style UI elements on the web applications.

Works as an extension of 98.css.

See Also:

How to use it:

1. Install & download.

# NPM
$ npm install xp.css --save
# Bower
$ bower install xp.css --save

2. Import the xp.css and 98.css into your document.

import "xp.css/dist/98.css";
import "xp.css/dist/XP.css";

3. Or load the CSS files from a CDN.

<link rel="stylesheet" href="https://unpkg.com/98.css" />
<link rel="stylesheet" href="https://unpkg.com/xp.css" />

Components Included:

xp.css Buttons

xp.css Buttons

xp.css Checkboxes

xp.css Checkboxes

xp.css Radio Buttons

xp.css Radio Buttons

xp.css Text Boxes

xp.css Text Boxes

xp.css Sliders

xp.css Sliders

xp.css Dropdown

xp.css Dropdown

xp.css Windows

xp.css Windows

xp.css Tree View

xp.css Tree View

You Might Be Interested In:


Leave a Reply