🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@pnx-mixtape/button-group

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnx-mixtape/button-group

button-group component

Source
npmnpm
Version
1.0.6
Version published
Maintainers
5
Created
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

Package last updated on 19 Nov 2023

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