portable-react
v0.6.0
Published
Simple, lightweight React components written in Typescript using Tailwind CSS, all in one index.tsx file ~ 300 lines of code.
Downloads
28
Readme
portable-react
Install
npm install --save portable-react
Usage
- See more: example project - App.tsx
import React, { Component } from 'react'
import { Button } from 'portable-react'
import 'portable-react/dist/index.css'
class Example extends Component {
render() {
return <Button>My Button</Button>
}
}
License
MIT © ngduc