Skip to content

zetareticoli/cssui

Repository files navigation

Netlify Status npm Version npm Downloads

CSSUI

CSSUI is a Github repository containing a collection of CSS user interface components that can be used to build modern and responsive web applications.

Getting Started

To get started with using the components in this repository, you can download or clone the repository to your local machine. Once you have the files, you can copy the desired CSS code and paste it into your project's CSS file.

Demo and documentation available here.

Components

  • Accordion
  • Dropdown
  • Fullpage
  • Modal
  • Range
  • Slideout
  • Tabs
  • Toggle
  • Tooltip

Each component has its own CSS file that contains the styles for that component. You can use the components individually or combine them to create 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

All the CSS code in this repository is fully customizable, so you can modify the styles to fit your specific design needs. You can also add your own custom styles to the components to further personalize them.

Contributing

If you would like to contribute to this repository, please submit a pull request with your changes. All contributions are welcome and appreciated.

Support

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

License

MIT License

Copyright (c) 2021 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.