1.1.8 • Published 4 years ago

simply-react-ui v1.1.8

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

simply-react-ui

Simple, high quality, 0 dependency react components you don't normally find in a ui library

NPM JavaScript Style Guide

Install

npm install --save simply-react-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'simply-react-ui'
import 'simply-react-ui/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © noobling

1.1.8

4 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago