Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coreui/coreui

Package Overview
Dependencies
Maintainers
0
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coreui/coreui

The most popular front-end framework for developing responsive, mobile-first projects on the web rewritten and maintained by the CoreUI Team

  • 5.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
155K
decreased by-4.55%
Maintainers
0
Weekly downloads
 
Created

What is @coreui/coreui?

@coreui/coreui is a comprehensive UI component library for building responsive, modern web applications. It provides a wide range of customizable components, utilities, and templates that help developers create consistent and visually appealing user interfaces.

What are @coreui/coreui's main functionalities?

Buttons

CoreUI provides a variety of button styles and sizes that can be easily customized using classes.

<button class='btn btn-primary'>Primary Button</button>

Modals

CoreUI modals are flexible dialog prompts that can be used for various purposes such as alerts, confirmations, or custom content.

<div class='modal' tabindex='-1' role='dialog'><div class='modal-dialog' role='document'><div class='modal-content'><div class='modal-header'><h5 class='modal-title'>Modal title</h5><button type='button' class='close' data-dismiss='modal' aria-label='Close'><span aria-hidden='true'>&times;</span></button></div><div class='modal-body'><p>Modal body text goes here.</p></div><div class='modal-footer'><button type='button' class='btn btn-primary'>Save changes</button><button type='button' class='btn btn-secondary' data-dismiss='modal'>Close</button></div></div></div></div>

Cards

CoreUI cards are versatile content containers that can include images, text, links, and more, making them ideal for displaying information in a structured format.

<div class='card' style='width: 18rem;'><img class='card-img-top' src='...' alt='Card image cap'><div class='card-body'><h5 class='card-title'>Card title</h5><p class='card-text'>Some quick example text to build on the card title and make up the bulk of the card's content.</p><a href='#' class='btn btn-primary'>Go somewhere</a></div></div>

Other packages similar to @coreui/coreui

Keywords

FAQs

Package last updated on 28 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc