Giter Site home page Giter Site logo

chrissgon / perfectui Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 208 KB

An exceptionally lightweight and highly customizable CSS and JavaScript framework for crafting elegant user interfaces πŸŽ¨πŸš€

Home Page: https://perfectui.netlify.app/

License: MIT License

SCSS 80.04% TypeScript 19.96%
framework scss tailwindcss typescript ui-components uikit

perfectui's Introduction

Perfect UI

License: MIT

Perfect UI

An exceptionally lightweight and highly customizable CSS and JavaScript framework for crafting elegant user interfaces. πŸŽ¨πŸ’‘

πŸ“¦ Install

By package manager

  • Install package
# npm
npm i @chrissgon/perfectui

# yarn
yarn add @chrissgon/perfectui

# pnpm
pnpm i @chrissgon/perfectui

# bun
bun i @chrissgon/perfectui
  • Import library on your project.
import { setMode } from "@chrissgon/perfectui";
import "@chrissgon/perfectui/dist/perfectui.css";

By CDN's.

  • Import CDN's on your html.
<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@chrissgon/perfectui@latest/dist/perfectui.css"
/>

<script src="https://cdn.jsdelivr.net/npm/@chrissgon/perfectui@latest/dist/perfectui.js"></script>

<script>
  // access the functions via window or document
  console.log(window.perfectui); // { setMode: Ζ’ ...}
  console.log(document.perfectui); // { setMode: Ζ’ ...}
</script>

πŸ’ͺ🏻 Contribution

This project is open source and welcomes community contributions. Feel free to fork, implement improvements, and submit a pull request. Every contribution is valued and appreciated!

Feel free to explore the source code, provide feedback, and report any issues you encounter.

Perfect UI Figma is free for both commercial and personal projects.

❀️ Authors

perfectui's People

Contributors

chrissgon avatar

Stargazers

Yuri Serafim de França avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.