Socket
Socket
Sign inDemoInstall

@pnx-mixtape/button-group

Package Overview
Dependencies
1
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pnx-mixtape/button-group

button-group component


Version published
Maintainers
5
Install size
24.1 kB
Created

Readme

Source

@pnx-mixtape/button-group

Documentation and examples: Button Group

Installation

npm install @pnx-mixtape/button-group --save

How to use

CSS

  • PostCSS workflow: @import '@pnx-mixtape/button-group';
  • Native CSS: @import url('dist/button-group.css');
  • Link tag: <link href="dist/button-group.css" rel="stylesheet" type="text/css">

HTML

<div class="button-group">
  <a href="#" class="button button--primary icon--arrow-left button--icon-only"
    >Previous</a
  >
  <a href="#" class="button button--primary icon--more button--icon-only"
    >Middle</a
  >
  <a href="#" class="button button--primary icon--arrow-right button--icon-only"
    >Next</a
  >
</div>

FAQs

Last updated on 21 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc