Learn how to get started with installing Doge UI in your project.
For static websites, you will need to include the compiled CSS in your HTML file.
<link href="path/to/dogeUI.css" rel="stylesheet" />
html
Import Doge-UI in your index.js (React) or _app.js (NextJS) file as follows
//pages/_app.js
import 'path/to/doge-ui.css'
function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
export default MyApp
jsx
DogeUI recommends using Inter as the primary font. It is not included in the final compiled CSS.
© DogeUI, 2022