@pnx-mixtape/react
v2.4.3
Published
react component
Keywords
Readme
@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 --saveHow 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>
