2.4.3 • Published 12 months ago

@pnx-mixtape/react v2.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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>