Skip to content

zetareticoli/cssui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f24a7b · Apr 8, 2025
Sep 16, 2021
Jul 23, 2021
Mar 20, 2024
Mar 20, 2024
Nov 22, 2024
Sep 3, 2024
Jul 23, 2021
Jul 23, 2021
Jul 23, 2021
Sep 3, 2024
Aug 24, 2022
Mar 20, 2024
Jan 21, 2025
Oct 4, 2024
Apr 24, 2022
Oct 4, 2024
Oct 4, 2024
Aug 21, 2023
Jul 23, 2021
Jul 1, 2022
Sep 16, 2021
Apr 8, 2025
Jul 23, 2021
Oct 10, 2024
Mar 20, 2024
Oct 4, 2024
Jul 23, 2021

Repository files navigation

Netlify Status npm Version npm Downloads

CSSUI

CSSUI is a front-end library that includes various CSS user interface components. These components can be used to construct modern, responsive web applications.

Getting Started

To use the components in this repository, download or clone them on your local machine. Once you have the files, copy the necessary CSS code and paste it into your project's CSS file.

Demo and documentation are available here.

Each component has its own CSS file with its specific styles. You can use these components on their own or combine them to build more complex user interfaces.

Installation

Use npm to install CSSUI in your project:

npm install css-ui-lib

Usage

The library includes:

  • cssui.css, a global stylesheet which contains the CSS variables used by all components.
  • components folder list

Each component folder includes two files:

  1. HTML template file
  2. CSS stylesheet.

You can use template files as partial or copy/paste the code into the project's files according to your needs.

Customization

You can customize all the CSS code in this repository to fit your design needs. You can also add your styles to the components for more customization.

Contributing

If you want to help improve this repository, send us a pull request with your changes. We welcome and value all contributions.

Support

Open an issue here on Github to share feedback, report bug or ask help.

License

MIT License

Copyright (c) 2025 Francesco Improta

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.