This is the official UI of Frames. Pre-defined CSS
styles for HTML
tags, with a few custom classes and light/dark themes.
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"
/>
Add this @import
statement to your CSS file:
@import url("https://pr4j3sh.github.io/ui/style.css");
Run the following command to download the stylesheet:
curl -o style.css https://pr4j3sh.github.io/ui/style.css
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" />
Add the following import in your React file:
import "./style.css";
Try one of Frames' templates.