Skip to content

modern responsive next/react UI framework, it will ease your work in developing websites, it comes with pre-defined class names which are use to style your website.

FunUi-io/starter

Repository files navigation

Create Beutiful UI/UX Components

Learn how to use the framework at our official website 👎

https://funui.netlify.app

FunUi Starter template

Using Npm

Install the package via NPM
npm install funuicss

Import CSS file

Import the css file at your entry point to apply our classes,for example: _app.js, _app.jsx, index.js, index,jsx files
import 'funuicss/css/fun.css'

Clone The Reposotory

You can use the CDN for your HTML file, you can only use our css defined classes
git clone git@github.com:FunUi-io/starter.git

CDN

You can use the CDN for your HTML file, you can only use our css defined classes
https://unpkg.com/funuicss@latest/css/fun.css

Import CDN

You can also import the CDN in your CSS file
@import url('https://unpkg.com/funuicss@latest/css/fun.css');

Download

Download the CSS File and link it to your HTML Document

https://github.com/FunUi-io/starter


About

modern responsive next/react UI framework, it will ease your work in developing websites, it comes with pre-defined class names which are use to style your website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published