2.3.4 • Published 13 days ago

@pnx-mixtape/react v2.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

@pnx-mixtape/react

These components live in a separate storybook instance. Please run;

npm run storybook

To spin this up locally.

This package is a work in progress!

Installation

npm install @pnx-mixtape/react --save

How to use

CSS

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

Vanilla JS

  • ES6 import: import * from '@pnx-mixtape/react';
  • Script tag: <script src="dist/react.js" type="text/javascript"></script>