Skip to content

pr4j3sh/ui

Repository files navigation

UI

This is the official UI of Frames. Pre-defined CSS styles for HTML tags, with a few custom classes and light/dark themes.

Usage

Use the styles in your website

Add the following link tag in the <head> of your HTML file:

<link
  rel="stylesheet"
  type="text/css"
  href="https://pr4j3sh.github.io/ui/style.css"
/>

Import the styles in your CSS file

Add this @import statement to your CSS file:

@import url("https://pr4j3sh.github.io/ui/style.css");

Download the styles using curl

Run the following command to download the stylesheet:

curl -o style.css https://pr4j3sh.github.io/ui/style.css

Download the styles using wget

Run the following command:

wget -O style.css https://pr4j3sh.github.io/ui/style.css

Then, include style.css in the <head> of your HTML file:

<link rel="stylesheet" type="text/css" href="./style.css" />

Import the file in a React app

Add the following import in your React file:

import "./style.css";

Templates

Try one of Frames' templates.

Read More

Releases

No releases published

Packages

No packages published